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!

How to include Form or Text File in the Web page 1

Status
Not open for further replies.

msigoraya

MIS
Apr 20, 2003
29
PK
I want to know how i can add a form or text file in the web page which will be downloaded / opened up in separate window.
thanks
shahid
 
here's an example for a text file:
Code:
<body>
<form name=blahForm>
<a href='javascript:void(window.open("test.txt"))'>click me</a>
</form>
</body>
And when you say "form" I assume you mean another html file. That being the case, just replace test.txt with test.html

-kaht

banghead.gif
 
Dear u r absolutely right, what should I do in case if I want to start down loading by clicking that link.
Thanks
shahid
 
er,
shahid has ur problem been solved??? (kaht's code is meant for click and download)...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top