Redirecting to a new page..

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

Post Reply
User avatar
icarpenter
Forum Commoner
Posts: 84
Joined: Mon Mar 07, 2005 8:12 am
Location: Kent, England

Redirecting to a new page..

Post by icarpenter »

I am trying to call a new page from an argument that is located in a <DIV></DIV> however I can refresh all the information in the current <DIV> area but other areas remain with old information a refresh of the browser ammends this...

Is there a way that I can call a new page from within an argument...

Alternativley is there a way that I can execute a POST like function from code. without physically executing a button to post information to the new page?

Regards Ian.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

JavaScript can submit form for you without clicking a button (the submit() method).

Not sure what you're getting at with your new page in the DIV tags thing? Could you maybe post some code?
User avatar
icarpenter
Forum Commoner
Posts: 84
Joined: Mon Mar 07, 2005 8:12 am
Location: Kent, England

Post by icarpenter »

I tried to simplify the code to post on here as all the classes envolved are stretched over a few pages...but after doing this i got different sesults.

So it's back to the drawing board...

Thanks for your help.
Post Reply