Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Submit to self

Status
Not open for further replies.

walderr

Programmer
Jul 18, 2003
32
GB
I've also posted this in the JS area, but someone here might have a suggestion as well!...

Is it possible to have a page submit to itself (submit an asp variable) without refreshing it?

I've got a treeview down the left side of a page, which browses down various levels until it hits a list of documents. When the user expands the last level to display the documents, I want to also display more detailed information on the documents shown, in a different part of the screen.

Basically I'm looking for some sort of 'onclick' command for the last branch. Any suggestions?
 
Hi...
No...
When you say submit a form, it meant to send back the data of the page(form) to the server...
so the data goes to the server, you do something with the data and then you redirect the browser to another file...
now that you submit the form to itself(same file) it doesn't make any difference...
it has the same concept, the data have to be posted back to the server and your page will be refreshed...
there is noway...

----
TNX.
E.T.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top