Log in

View Full Version : Coding issue please help ???



Emiliano
03-16-2010, 05:41 AM
Hello,
thank you in advance for your help.

I am having a php code (I think) and I am trying to implement it in such a way so that the code fields are linked to pdf files.
I want when people select a form and then click view form button to be able to see the pdf in a new window.

I have the source here but apparently something is missing.
I think there should be another JavaFile that gives some sort of action to the form but I do not have it.

I really appreciate your help in advance.

Beverleyh
03-16-2010, 09:27 PM
The thing with php is that its server-side scripting which means the website visitor cant see the server-side code, except the HTML that it serves, hence you only being able to lift the HTML and javascript from that particular website via your browsers "view source code" function.

Please provide a link to the website so we can see the script in action - from that, somebody here might be able to offer a similar/alternative script OR you could contact that website's webmaster and ask if they would be generous enough to supply the full code to you.

Emiliano
03-16-2010, 09:39 PM
Thank you very much for your fast reply but I got it up and running not that great but it is still something.

www.taxtoronto.com


Thank you!