Page 1 of 1

Redirecting to a new page..

Posted: Wed May 11, 2005 6:17 am
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.

Posted: Wed May 11, 2005 9:24 am
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?

Posted: Thu May 12, 2005 10:50 am
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.