Descentman
New member
I want to make a simple webpage (for my own use) that has a text box (and some text) and a button. Basically I would like to have whatever is typed into the box be inserted into a specific part of a specific URL. Example: On button press (or submit) a new window would open to:
www.staticwebpage.com/freestuff/pdfs/[pdf name from the box goes here].pdf
The URL would remain the same, but the pdf name would change.
This specific location is where many pdf's are located. The number or name of the pdf would be typed into the box and click the button (or hit enter) and a new window would open and you would download the pdf. (or be prompted to do the same depending on your settings.)
Is this possible without intricate scripts or java or 2 years of programming? Any prefab code or HTML help sites would be appreciated too.
Thanks in advance for your help.
www.staticwebpage.com/freestuff/pdfs/[pdf name from the box goes here].pdf
The URL would remain the same, but the pdf name would change.
This specific location is where many pdf's are located. The number or name of the pdf would be typed into the box and click the button (or hit enter) and a new window would open and you would download the pdf. (or be prompted to do the same depending on your settings.)
Is this possible without intricate scripts or java or 2 years of programming? Any prefab code or HTML help sites would be appreciated too.
Thanks in advance for your help.