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

Search results for query: *

  • Users: darkom
  • Content: Threads
  • Order by date
  1. darkom

    Problem with stylesheet in Netscape

    Hi, I have a problem with my stylesheet in Netscape(I'm using 4.7) here it is : When you type the URL of my web site, the stylesheet code apears (in the browser) instead of the page itself. If you hit the BACK button, then you see the intended page. after that if you navigate inside the site...
  2. darkom

    Transparency with what file format ??????

    I am using Paint Shop Pro 7 eval. I tried to make the background of my image transparent with the magic wand and it seemed to work. So I saved it in the GIF format. But when I display it on a web page the background still shows up as white. WHY ???
  3. darkom

    Pull down menu in Netscape

    Would someone tell me what i am doing wrong here. the pull down menu works great in IE but doesn't in Netscape. It lists the choices as text like so: Chose configuration : MIG-ETHERNETMIG-TOKEN-RINGMIC-HPRIPMIG-HPRIP instead of putting them in a pull down menu like so : Chose configuration ...
  4. darkom

    SELECT tag in Netscape

    Would someone tell me what i am doing wrong here. the pull down menu works great in IE but doesn't in Netscape. My code : <SELECT NAME='action'> <OPTION VALUE='add' SELECTED>Add <OPTION VALUE='delete'>Delete <OPTION VALUE='update'>Modify </SELECT>
  5. darkom

    Poping UP two diffrent windows from the same page

    Hi! In my CGI page the user selects something and then presses a button. The result appears in a new window with statistics as the contents. When the user presses the button again a second window appears with the same stats when they should have changed. So now the user sees two new windows...
  6. darkom

    Poping up a new window without user action

    Hi ! My question is : How do you popup a new browser window without user action. I want to trigger this in an if. Something like this : if (soandso) { window.open() } The only way I know how to open a new window is with : <INPUT TYPE='button' VALUE='VoirRésultat'...
  7. darkom

    Perl FTP module

    How do you change from an ascii transfer to a binary one.<br><br>Here is an exemple of my code :<br><br>&nbsp;use Net::FTP;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$ftp = Net::FTP-&gt;new(&quot;some.host.name&quot;, Debug =&gt...
  8. darkom

    Using javascript in a CGI in Perl

    I am trying to get info from the user via a javascript prompt but when I run the script on a browser nothing happens.<br><br>Here is my code :<br><br>&nbsp;use CGI;<br>&nbsp;$co = new CGI;<br>&nbsp;print &quot;Content-type: text/html\n\n&quot;;<br>&nbsp;print...
  9. darkom

    How to call another CGI in PERL

    My CGI needs to call another CGI program without user intervention so my question is how can I do this ?<br><br>Is there a function or module that can do the job ?
  10. darkom

    Two HTML pages in one Perl CGI

    Hi !<br><br>I have a CGI program in Perl that shows a HTML page with an animated GIF in it.<br><br>Here is the code :<br><br>&nbsp;&nbsp;&nbsp;&nbsp;print &quot;&lt;HTML&gt;&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;print &quot;&lt;HEAD&gt;&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;print &quot...

Part and Inventory Search

Back
Top