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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image in achor tag

Status
Not open for further replies.

CHRISWYA

IS-IT--Management
Sep 14, 2004
19
GB
I am using the following anchor tag in TOAD and it is currently failing when it reaches the image source. Any advice of how to imbed this tag in the achor or any more general advice upon this subject would be appreciated. thanks


HTP.anchor (helpdesk_lib.homepage
|| '&p_nextAction=OPENCALLS'
|| '&p_startPage=0'
|| '&p_lastAction=MAIN&p_homeURL='
|| helpdesk_lib.urlencode (p_homeurl)
|| '&p_startrec=1'
|| '&p_endrec='|| l_rwosperpage
<IMG SRC="/images/mv-begin.gif");
 
it is currently failing
What is "it"? Do you mean that TOAD is failing to compile/run the PL/SQL - if so, you should be asking this question in one of the Oracle forums.

Do you mean that the link is failing to be displayed as expected in the browser? If so, it would be useful to tell people what is being displayed, and to post the actual HTML code (which is what people on this forum have expertise in) rather than some Oracle procedure call. Do a "View Source" on the generated page and cut & paste the relevant bit.

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top