Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: My CGI script keeps crashing IE (but not Firefox)

by Prior Nacre V (Hermit)
on Sep 10, 2004 at 06:53 UTC ( [id://389978]=note: print w/replies, xml ) Need Help??


in reply to My CGI script keeps crashing IE (but not Firefox)

The problem is you haven't closed the anchor tag:

<a href="...">View High Res</a>

And to save a little backslashitis, you can do this:

print qq( <p> Text ... <a href="$link ...">View High Res</a> ... more ... </p> );

Regards,

PN5

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://389978]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 10:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found