Help - Search - Members - Calendar
Full Version: Insert Html Weblink
Webyog Forums > SQLyog > SQLyog Comments
katherine
Hi there,

I'm using SQLyog v5.19.

I'd like to insert a weblink to download a manual. I have a column set up called "Download". I'd like to have the text "Download" showing in the results table, but when you click on "Download", a pop up window appears with the manual - each manual is a large file and has to be split into seperate sections, so a pop up indow has to appear and the user downloads the seperate sections of the manual.

How do I go about doing this?

Any suggestions are much appreciated, thank you


Katherine
peterlaursen
You cannot do this with a 'pure' database client like SQLyog. It is NOT a browser! It simply dispays the content of the database!

This you should be code in HTML (or some HTML preprocessor language like PHP, ASP etc.). Still however you as the admin can use SQLyog for managing the database.

Is the end user using SQLyog as well?


katherine
Hi,

No, the end user will be viewing the results in an HTML table:

http://www.nusite.co.uk/manuals/display.php?make=1

Thanks fo ryour reply,

Katherine
katherine
Can anyone help?
peterlaursen
I think nobody understands your problem!
Could you consider to explain better?



To insert a weblink as I understand you do like this (in HTML)
CODE
<a href=link>text</a>

for example
CODE
<a href=http://webyog.com>link to Webyog</a>



It makes no difference if this is hardcoded in a webpage or if the webpage gets its content from a database.
katherine
Hi, I'm sorry if my explanation's bad!

If you take a look at:

http://www.themanualslibrary.co.uk/heating...ab1&entry=3

I want to do the same thing, have a field in the database to link to a pop-up window with an option to download the manual from inside the pop-up.

Does this explain better? I hope so!

Thanks for your help,

Katherine
peterlaursen
to create a link like this the HTML is like

CODE
<a href=http://the.link.url>Download</a>




Every browser has an option to display the source of a webiste. It is normally in the 'edit' menu. Try this with the page that you refer to here (and search for 'Download')!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.