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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frame alternatives

Status
Not open for further replies.

lwfg

Programmer
Feb 9, 2009
52
US
I'm using frames that hold pages with forms.
In those forms, the action and target attributes are set by javascript according to what the user does.

How do you do this without frames?
 
Hi

Generally there would be two ways with AJAX :
[ul]
[li]Load the fragments ( not entire HTML documents ) containing the forms with AJAX and put them in the document.[/li]
[li]Load data describing the forms with AJAX, generate the form elements and put them in the document.[/li]
[/ul]

But the best should be picked based on the amount and diversity of forms, performed user interactions and validations, presence of additional HTML content or media.


Feherke.
feherke.github.io
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top