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

    Cross frame scripting, altering a hyperlink in a child frame

    excellent, thanks so much :)
  2. jwhittlestone

    Cross frame scripting, altering a hyperlink in a child frame

    hmm, that doesn't appear to work. Is there not a way that i can create an event handler on the top page, that says "everytime the mainNav changes address, invoke the changeLink function"? thanks a lot for your help :) j see attached, the current solution..http://www.barbaryonline.com/jw/t3_temp/
  3. jwhittlestone

    Cross frame scripting, altering a hyperlink in a child frame

    Tsuji - thanks so much, really helpful, i implemented your solution, i've just encountered a problem though.. Just realised, that I only invoke this function when the frameset loads, but as I want the hyperlink to change each time the frame reloads, i don't have access to the child page, or...
  4. jwhittlestone

    Cross frame scripting, altering a hyperlink in a child frame

    Hi people, With a non-frames page, I wanted to alter an anchor/hyperlink using javascript so i used the following code: <code> function changelink() { homebutton = document.getElementById("mainNav").firstChild; homebutton.href = "anotherurldotcom"; } </code> This function was invoked with...
  5. jwhittlestone

    IE6 / IE7 Layout problem with a curved box and a slice

    great that solved it thanks, i guess the problem was that IE treats images as inline by default right? thanks so much jon
  6. jwhittlestone

    IE6 / IE7 Layout problem with a curved box and a slice

    Hi All, I have a problem with <a href="http://magazine.foxybingo.com/" target="_blank">a curved box on my page.</a> There are three components - the top curve, the div for the background (with a slice) and the bottom curve. When I add them together, it renders fine in FF, but in IE6/IE7 there...
  7. jwhittlestone

    Menu positioning - images drop down despite display:inline

    thanks so much! that was easy.. http://magazine.foxybingo.com problem solved.
  8. jwhittlestone

    Menu positioning - images drop down despite display:inline

    Hi All. I have a problem with the horizontal main nav. I want to include images either side of the UL. I have managed the left image, but the right image drops down to the next line, despite using display:inline for the container div and the ul. To see what i mean...
  9. jwhittlestone

    Strange extra bottom margin on image - validated

    That link should be http://www.barbaryonline.com/jw/foxybingo/redesign/mainv2.php
  10. jwhittlestone

    Strange extra bottom margin on image - validated

    If you see the left hand orange box theres a strange extra bottom margin on the image. It all validates ok, anyone have any pointers please? Thanks! A desperate developer jon http://www.barbaryonline.com/jw/fox...sign/mainv2.php
  11. jwhittlestone

    CSS Filter: Skew-whiff border/Strange misalignment in Internet Explore

    Dear Tektips, There are two files which display incorrectly in Internet Explorer but are fine in Firefox. I've heard that one before, i hear you cry :( In IE, if you see the bottom right hand corner that is mis-aligned The css file can be found <a...
  12. jwhittlestone

    Bar graph, _xscale property and referencing movieclips

    I think I may have the referncing incorrect to alter the _xscale property of a movie clip within a movie clip The bars should be showing as I alter the _xscale property in a function, but this is not happening. I hope someone may be able to help an AS newbie (as I'm close to tears ) As you can...
  13. jwhittlestone

    Replace ampesand with regular expression

    oh yeah thanks, im such a tool! Well, I've just substituted it for "and" and then I'll do a PHP regex on the subsequent page to get the amp; thanks.. jon
  14. jwhittlestone

    Replace ampesand with regular expression

    Hi, I would like to remove ampersands from text and repace them with the HTML special character. This is so that I can use them in a query string. This is my code but it doesn't work, can you see a problem with it? //if have needed to escape the string for previous operations...
  15. jwhittlestone

    url of frameset from child frame javascript

    Oh thanks Rac2, I want to test the href of the frameset, ie the Top page - do I specify a name or an ID for the frameset and test that? (which is on a diff. domain)the HTML for the frameset: --- <frameset rows="110,*" frameborder="no" border="0" framespacing="0"> <frame...
  16. jwhittlestone

    url of frameset from child frame javascript

    Hi there, I'm having a bit of difficulty with a function that will open a link depending on the calling frameset. The function (promoLink()) is located in a frame (trinity.getminted.com) and depending on the frameset (www.instanwinmirror.com or www.sundaymailinstantwin.com) I wish to open the...

Part and Inventory Search

Back
Top