Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Internet explore not showing images [modified]

Internet explore not showing images [modified]

Scheduled Pinned Locked Moved Web Development
questionjavatoolshelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    theprinc
    wrote on last edited by
    #1

    1. I have a page that i developed, it shows fine in Mozzilla, but the images dont show in iexplore. What can i do? 2. 2.1 How do i pass attriutes to another page using a hyperlink. 2.2 Is it possible to include a variable in a java script fuction? I tried the following but it does not help, any clues? function(var) { session.setAttribute("Myvar",var); } -- modified at 13:55 Wednesday 5th July, 2006

    G 1 Reply Last reply
    0
    • T theprinc

      1. I have a page that i developed, it shows fine in Mozzilla, but the images dont show in iexplore. What can i do? 2. 2.1 How do i pass attriutes to another page using a hyperlink. 2.2 Is it possible to include a variable in a java script fuction? I tried the following but it does not help, any clues? function(var) { session.setAttribute("Myvar",var); } -- modified at 13:55 Wednesday 5th July, 2006

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      1. You can show some code. 2.1. Do you mean in the url? <a href="page.jsp?key=value&amp;anotherkey=anothervalue"> 2.2. Yes. I don't know what technology you are using, but from the file type in the href property of the link, I assume that you are using JSP. I don't know how you write out values to the page in JSP, but I assume that it's similar to ASP: <a href="threads.jsp" onwhatever="functionName(<%=myvar%>);"> function functionName(var) { session.setAttribute("Myvar", var); } Substitute "onwhatever" with the event you are using. If the value is a string, however, you would surround it with apostrophes, the value should be html encoded, "\" should be replaced by "\\" and "'" should be replaced by "\'". --- b { font-weight: normal; }

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups