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 TouchToneTommy 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: jstar7
  • Content: Threads
  • Order by date
  1. jstar7

    Copying files in DOS????

    Hi there, I had a problem with a restart loop after install of Win2K. Finally got to the root of the problem and it turns out I need to upload a file that was corrupt. So now Ive got a new copy of the file on my USB pen(cos its 1.8mb) and I'm sittin in DOS. Basically I need to copy the file...
  2. jstar7

    Win2kPro Install - Restart Loop!

    Hi there, I have just tried to upgrade from Win98 to Win2KPro and it looked like everything went fine until the very last reboot. It now seems to reboot and get to the navy screen for about a second...then it reboots again. It has now been doing that for bout 10mins. I tried changing to safe...
  3. jstar7

    mouse down event detection...

    Hi guys, ok so I have a grid of table cells. I have a script which is carried out on mouseover of a cell. Now the problem is I only want the script to run if the left mouse button is down. I will obviuosly need an if statement of sorts...but not sure on how to detect if left mouse button is...
  4. jstar7

    cutting the last word...

    hey guys, i have an object - objNode. The text for it is four words...kinda like - Jonny jstar7@jstar7.com jstar7 porche So what I need to do is to extract the last word and use it. I know its some kind of Trim thing but I dont know what. Thanks in advance for any help....cheers! Jonny...
  5. jstar7

    my doodle site.....

    well its taken me a while but its finally finished. It started as a kind of joke thing but then I used it to teach myself a bit more about asp and javascript. It is purposly simple as it is meant to be a retreat from the chaos of the net these days. So take a break...have a doodle...and tell...
  6. jstar7

    Mid() in Jscript??

    Hey there, I have a bit of code in vbscript, I need to convert it to jscript. There is a bit in it that uses the Mid() function and I was wondering if anyone knew a way of doing this in jscript?? Cheers, Jstar7 ------------------------------------- ...what rhymes with month?
  7. jstar7

    string date covertion to number.....

    Hi there, I have a string: Jan 01 2002 I need to compare it with another string: Nov 11 2002 I need to return the greater date....I assume the best way is to change them to numbers and compare the numbers like in SQL. How can I do this? cheers for the help, Jstar7...
  8. jstar7

    double windows?

    Hi there, I have a pop up style window which I use for my site. I need to attach a new window to the side of it when the user clicks the link. So instead of a new window just popping up I want it to "stick" to the side of the other one. Ive seen it done somewhere but can't work it...
  9. jstar7

    Passing a URL in a query string?

    Hey there, I need to pass a URL in a query string as one of the variables....does anyone know the best way of doing that? cheers Jonny ------------------------------------- ...what rhymes with month?
  10. jstar7

    enable/ disable!!

    Hi there, I have a couple of radio buttons. The two values are Table and Chart. Now when the user clicks on Chart I want to enable another three radio buttons beneth it. I have written code that does this. But when the user clicks back on Table the three buttons stay enabled instead of becoming...
  11. jstar7

    Cant get data in right order!!

    Hi there, I have been struggling with a SQL statement for a while now. I cant seem to get it into the right order. Here is the SQL... select left(supp_registrationdatetime, 11), count(left(supp_registrationdatetime, 11)) from supporter_details sd, supporter_registered_emailadd sr where...
  12. jstar7

    Upload a CSV file to database

    Hello there, I have a button on the admin side of a site. I want this button to upload a csv file to the database, which will then in turn update the site because it pulls info from the database. So when the user clicks the button, a file browser appears. Then they find and select the file...
  13. jstar7

    New window without JS??

    Hi there, I would like to create a "pop up" window, although I hate using those words, without JS. I have about 10 different JS codes goion on on the same page and its all conflicting. Can you use html and a open new window with set width height etc? Cheers, Jstar7...
  14. jstar7

    Hiding an image!?

    Hey there, I have a stats image about 50px by 50px on a page on my clients site. He doesnt want to be able to see it so I tried to cover it DHTML style. But I came up with a good few errors that I couldnt shake. Anyone know a simple way of hiding an image? Maybe using the DHTML idea? cheers...
  15. jstar7

    Fast music clips....

    Hi there, I have just designed a site for a client, but apparently the Mp3 download isnt fast enough for him. Does anyone know how to speed it up? I guess streaming of some sort but not quite sure how to go about it...I did hear something once about using M3U files but again not too sure...
  16. jstar7

    include more than one .js file

    hey there, I want to include 2 .js files on my page. This works fine for one, but how do I incude the other one too? <script language=&quot;JavaScript&quot; src=&quot;includes/tellfriends.js&quot;></script>
  17. jstar7

    write to a table cell...

    Hello there, I have an input box and a button. I want to print the contents of the box to a table cell on the same page when the button is clicked. Then I want to do the same thing again and again adding to the table cell each time the button is pressed. Ive been trying the document.write thing...
  18. jstar7

    Email Validator....

    Hey there, does anyone have a simple email validator that I can use? It doesnt have to be fancy and I would prefer to stick it in the code rather than use an include file. Cheers guys, Jonny
  19. jstar7

    String to Array(without delimiter!)

    Ok I want to turn my string into an array but I dont think its possible using split() because there is no delimeter. My string looks like &quot;111222121112221111222.... Any ideas?
  20. jstar7

    Query string passing in frames...

    I have a page with a floating frame on it...(I know its a bad idea). I want to pass a query string from it to an ASP page which will then be displayed in the frame. I tried this but it didnt work... <code> function jsClick(inVar){ parent.iframe1.location = &quot;index2.asp?jsVar=&quot; +...

Part and Inventory Search

Back
Top