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 strongm 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: robi2
  • Order by date
  1. robi2

    How can i get the height or width of an element?

    This is what im doing: <div id=&quot;myDiv&quot;>some text some text some text some text some text some text</div> Now the div will automaticly be the required height to fit the text, and i want to know what is that height, i do not set it, it automatically sets itself.
  2. robi2

    How can i get the height or width of an element?

    the whole attributes thing doesn't work... it just tells me object expected.. i've tried searching for this, also i removed the &quot;.name&quot; from the divNode. it goes into the loop but then it just says object expected. this is what i tried: attributes[x].name attribute[x].name...
  3. robi2

    How can i get the height or width of an element?

    errr no good.. it just returns undefined
  4. robi2

    How can i get the height or width of an element?

    Hi, i can't seem to figure out how i get get the height or width of an object if i didn't set it, i just wrote text. I mean that i have a div, and i have written about 5 sentences into it, and its height and width are based on the text, so how can i get these values?
  5. robi2

    Set bottom right corner position...

    Thanks alot :))
  6. robi2

    Set bottom right corner position...

    Hi, is there any way i can set the position of the bottom right corner of an element rather than the top left one? I mean i want to set the coordinates for the bottom right side of the element, and not the ususal top left corner.
  7. robi2

    Calling another js function on another frame...

    OK Thanks :)
  8. robi2

    Client-based Javascript Hyperlink Counter: Counts User Clicks Realtime

    I would suggest you save the data through your frames using cookies, there are lots of functions for cookies on the web. Then add an OnClick tag to your <a hrefs and use it to run a function that adds 1 to the write cookies which i suggest you name as a link. Basicly you need to just create...
  9. robi2

    Calling another js function on another frame...

    Hi, how can i execute a js function that is on another frame?
  10. robi2

    Inserting a new html file

    So what they make the iframe exactly the size of the reply?
  11. robi2

    Inserting a new html file

    http://demo.ort.org.il/ortforums/scripts/forum.asp?pc=776507347&back=http%3A//space.ort.org.il/shomron/ its in hebrew... but please just click on any forum link, you will see that the page doesn't reload and it just gets the info from some other page after the click, and it does not display a...
  12. robi2

    Inserting a new html file

    I think it is... i've seen it done, but i can't really figure out the code.
  13. robi2

    Inserting a new html file

    Hi, how can i dynamicly insert another html page ino the current one? I dont want to have to reaload the whole page, and i dont want to use iframe because that way it will only fill a portion of the page, and i want the contents of the second page to be loaded as it is, tacking up as much space...
  14. robi2

    How can an array have a name for an index?

    Thanks alot :)
  15. robi2

    How can an array have a name for an index?

    I mean i don't want to access my array like this: myarray[0] but with a name myarray[&quot;Any name here&quot;] So how can i do that?
  16. robi2

    How can i get the left and top position of an item?

    Thanks ALOTTTTTTTTTTT!!!!!!!!!!!!!:DDDDD
  17. robi2

    How can i get the left and top position of an item?

    Hi, is there anyway to get the left and top proprieties of an item if i didnt set them, they are located in the page through tables and stuff. So is there anyway to get left and top values of the item?
  18. robi2

    Change the mouse cursor

    But i want the clients that connect to my site to have different cursors...
  19. robi2

    Change the mouse cursor

    Hi, how can i change the mouse cursor to be some gif or a picture that i want, i'm not talking about default cursors like: mouse: hand. i want to set my own pic. Thanks.
  20. robi2

    Insert query - can't spot the error

    do a response.write on the sql before your query the db. and i think you should add ' around the title. like so: strQuery = &quot;INSERT INTO events (evActive_Ind, evTitle) VALUES ('N','&quot; & Title & &quot;');&quot;

Part and Inventory Search

Back
Top