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

how to publish

Status
Not open for further replies.

killbuzz

Technical User
Joined
Mar 21, 2001
Messages
103
Location
US
okay this is a dumb question.

but how do you publish in dreamweaver i got frames so when i try to save it as a html file it only does one frame someone help.. also on the form in dreamweaver how do i link the submit button to the cgi file i have on my website?

BTW im a noobie hehehe CYA
 
In Dreamweaver you have a "frame" window, use it to switch from frame to frame. Each frame will be saved has a dif. page.


For the "submit", select the form tag, you just put the name of the page in the action box.

You could use "get" instead of "post" in the method box.

<form name=&quot;frm1&quot; method=&quot;post&quot; action=&quot;getit99.asp&quot;>

Hope it'll help ;-) Have Fun...

Sharky99 >(::O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top