The Artima Developer Community
Sponsored Link

Java Answers Forum
How to remove the copyright link from webpage?

1 reply on 1 page. Most recent reply: Sep 6, 2003 4:21 AM by David

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Mohamed Riyaz

Posts: 7
Nickname: riyaz
Registered: Jul, 2003

How to remove the copyright link from webpage? Posted: Sep 6, 2003 12:57 AM
Reply to this message Reply
Advertisement
Hi,
This code displays stock list applet with quotemedia.com link named "delayed 20 times". As per the reply from quotemedia.com , I changed the parameter cp=off instead of on. I want to this link inturns to publish in our websie. Kindly provide suitable code to resove this issue.

code:
<html>

<script LANGUAGE="javascript" type="text/javascript" src="http://app.quotemedia.com/quotetools/scalingWatchlist.go?symbols=MSFT& symbols=QMCI&symbols=RHAT&symbols=ORCL&toolWidth=350&cp=off& chcpy=FFFFFF"></script>

<body> Test
</body></html>
--

regards
riyaz


David

Posts: 150
Nickname: archangel
Registered: Jul, 2003

Re: How to remove the copyright link from webpage? Posted: Sep 6, 2003 4:21 AM
Reply to this message Reply
This is a Java forum, not a Javascript forum. The code you've posted isn't an applet - it's Javascript.

However, have you tried changing:

"></script& gt;

to:

"></script&gt;

or

"></script>

Flat View: This topic has 1 reply on 1 page
Topic: Terminating a java program. Previous Topic   Next Topic Topic: Tree like Organisation chart

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use