Can the server run out of memory?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

spacebiscuit
Forum Contributor
Posts: 390
Joined: Mon Mar 07, 2005 3:20 pm

Post by spacebiscuit »

As I mentioned the odd thing is that the same method with the long url did work previously before I modified the script.

Anyway I went down the route suggested by shiznatix - ie another form with target=new. I had to declare all of the variables as type hidden but it seems to have done the trick.

Now I just need to be able to determine the properties of the popup window from the form target=new. Anyone know if this is ppossible, ie remove scrol bars etc.

Many thanks,

Rob.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

target="_blank"

I don't think it's possible...
Post Reply