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 Chriss Miller 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: *

  1. aperfectcircle

    variable question

    In something like document.form1.fieldname.value = "text", is there any way to set "fieldname" from a variable?
  2. aperfectcircle

    Date question...

    I can't really think of a good way to explain this so here's my best shot... Ok...I can compare dates in javascript using > or < when I use Date()...for example: var expiredate = new Date() expiredate.setTime(expiredate.getTime() + (-90 * 24 * 3600 * 1000)) alert(&quot;Expire Date is...
  3. aperfectcircle

    View a folder's contents...

    I found a thread from a couple years ago that described what I need to do (display all the files in a folder), but the problem is that the code is not idiot-proof enough for me... Here's the script that was posted before: $folder=$fullfilepath; opendir (FOLDER, $folder) ¦¦ die &quot;Unable to...
  4. aperfectcircle

    positioning

    This can't be very hard, but I can't seem to get it right... I have some javascript that checks the user's browser, and if it is Netscape 6 or higher I want to change the position of a div. I know the browser-check thingy and my if statement works, because I can use it to change the background...
  5. aperfectcircle

    Outline question...

    I'm new to CorelDraw... Is there a way to set more than one outline for an image? Thanks
  6. aperfectcircle

    Netscape 6 cookies w/form

    Has anyone had any success using a cookie to display the select, checkbox, or radio button values of a form in Netscape 6? I know the cookie is setting correctly, because I can view the stored cookies in Netscape 6, but for some reason it won't update the form correctly. For an example of what...
  7. aperfectcircle

    submit multiple forms

    I have several <form>s on a single webpage. Does anyone know how I can submit them all at once? I did a search on this forum and it seems like this question has been asked a few times already, but no answer was ever posted... Thanks, apc
  8. aperfectcircle

    netscape 4 problem

    In order to use absolute positioning I have a <select> within a <div>. Before this I referenced the <select> options with: document.formname.selectname.selectedIndex == x But that won't work now in Netscape 4. What should I put now that it's in a <div>? Or am I just SOL? Thanks
  9. aperfectcircle

    perl on as/400

    Has anyone successfully installed perl on the as/400? When I try to run a script I get an error that says &quot;perl requires descriptor-based stdio.&quot; Any ideas?

Part and Inventory Search

Back
Top