Gossamer Forum
Home : Products : DBMan : Installation :

graphical links

Quote Reply
graphical links
How exactly do I go about creating graphical links for the add, view, modify, etc. options in the main menu? What will their URL paths be? I have my graphics in the form of:
<a
href="http://webpage/database/db_script_link_url?add_form=1"><img
src="../tabs/addtab.gif" width="62" height="19" alt="Add Profile" border="0"></a>

However, when I do this, and click on one of these links that I changed into graphics, I get this:

Log On Error
Oops, there was a problem loggin into the system: invalid/expired user session.
Please try logging in again, or contact the system adminstrator.

Any help?

Thanks
Quote Reply
Re: graphical links In reply to
I'm having the same problem. I can't figure it out. The only think different in the graphical link is that the numbers at the end are different.
Quote Reply
Re: graphical links In reply to
Maybe the 'http://...' stuff is too much, but you must define also the whole adress of the graphic:
<a
href="db_script_link_url?add_form=1"><img
src="http://yourhtml/graphics/tabs/addtab.gif" width="62" height="19" alt="Add Profile" border="0"></a>

[This message has been edited by mart (edited July 27, 1999).]
Quote Reply
Re: graphical links In reply to
Don't use

http://webpage/database/db_script_link_url?add_form=1

Instead, use

$db_script_link_url&add_form=1

You will probably have to use a full url to your graphic file.


------------------
JPD