Click here to Skip to main content
15,895,084 members
Home / Discussions / Web Development
   

Web Development

 
Generalcode for downloading pdf file in asp 3.0 Pin
ashu_sharma2116-Feb-05 0:47
ashu_sharma2116-Feb-05 0:47 
GeneralRe: code for downloading pdf file in asp 3.0 Pin
Luis Alonso Ramos19-Feb-05 12:28
Luis Alonso Ramos19-Feb-05 12:28 
Generalsetting timer for folders Pin
trupgmtuf15-Feb-05 12:05
susstrupgmtuf15-Feb-05 12:05 
GeneralHELP PLZ...Download page to file Pin
A.Sal15-Feb-05 9:22
A.Sal15-Feb-05 9:22 
Generalembed several MediaPlayer Pin
Marc Soleda14-Feb-05 5:31
Marc Soleda14-Feb-05 5:31 
Generali need javascript of my.msn.com Plz help me Pin
TariqMahmood13-Feb-05 22:31
TariqMahmood13-Feb-05 22:31 
GeneralRe: i need javascript of my.msn.com Plz help me Pin
srieen14-Feb-05 18:27
srieen14-Feb-05 18:27 
GeneralNeed Javascript Help with Netscape Navigator Compatibility Pin
Chris LaQuerre12-Feb-05 10:17
Chris LaQuerre12-Feb-05 10:17 
I know very litte about JavaScript. I'm trying to use the following script to show / hide elements on a page:

<br />
// hide text<br />
with (document)<br />
{<br />
	write("<STYLE TYPE='text/css'>");<br />
	write(".hiddentext {display:none}  .outline {cursor:hand; text-decoration:underline}");<br />
	write("</STYLE>");<br />
}<br />
<br />
// show text on click<br />
function expandIt(whichEl)<br />
{<br />
	whichEl.style.display = (whichEl.style.display == "block" ) ? "none" : "block";<br />
}<br />


The script gets called with an onClick="expandIt(item)" event where item is the ID of the table / div / content that you would like to show/hide.

Works like a charm in Internet Explorer and Mozilla Firefox. Does not work in Netscape Navigator 7.2. Any ideas?

Chris LaQuerre
eBusiness Projects Leader
GeneralRe: Need Javascript Help with Netscape Navigator Compatibility Pin
JKroschel14-Feb-05 6:26
JKroschel14-Feb-05 6:26 
GeneralGet Top 10 from a search engine Pin
Mohsen Saad12-Feb-05 7:32
Mohsen Saad12-Feb-05 7:32 
GeneralImage ID Pin
Anonymous11-Feb-05 9:58
Anonymous11-Feb-05 9:58 
GeneralRe: Image ID Pin
alex.barylski11-Feb-05 10:47
alex.barylski11-Feb-05 10:47 
GeneralRe: Image ID Pin
JKroschel14-Feb-05 6:32
JKroschel14-Feb-05 6:32 
Generalfunction popping a text box onclick from a value in drop-down Pin
Member 157626911-Feb-05 7:02
Member 157626911-Feb-05 7:02 
GeneralRe: function popping a text box onclick from a value in drop-down Pin
alex.barylski11-Feb-05 10:50
alex.barylski11-Feb-05 10:50 
GeneralWebsite Monitoring - Saving Specific pages Pin
aubndez11-Feb-05 3:15
aubndez11-Feb-05 3:15 
GeneralPassing Variable to a JS function Pin
cberam11-Feb-05 1:16
cberam11-Feb-05 1:16 
GeneralRe: Passing Variable to a JS function Pin
alex.barylski11-Feb-05 10:52
alex.barylski11-Feb-05 10:52 
GeneralRe: Passing Variable to a JS function Pin
Anonymous17-Feb-05 23:12
Anonymous17-Feb-05 23:12 
QuestionDefaulting somebodies font color? Pin
The Chrisp10-Feb-05 7:08
sussThe Chrisp10-Feb-05 7:08 
Generalbug tracking system Pin
kundan_ocp9-Feb-05 20:07
kundan_ocp9-Feb-05 20:07 
GeneralRe: bug tracking system Pin
Colin Angus Mackay10-Feb-05 6:04
Colin Angus Mackay10-Feb-05 6:04 
GeneralRe: bug tracking system Pin
Luis Alonso Ramos14-Feb-05 19:42
Luis Alonso Ramos14-Feb-05 19:42 
GeneralWhidbey Gridview Pin
mav07079-Feb-05 11:15
mav07079-Feb-05 11:15 
Generaldatabase permissions problems Pin
Meanwhile8-Feb-05 7:53
Meanwhile8-Feb-05 7:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.