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. General Programming
  3. .NET (Core and Framework)
  4. a query regarding onmouseover event

a query regarding onmouseover event

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpjavascripthtmldatabase
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.
  • P Offline
    P Offline
    ParagGupta
    wrote on last edited by
    #1

    <!-- function imgChange (img_name, img_src) { document[img_name].src = img_src; } --> the upper one is the JavaScript code and the lower one in HTML code that I am using in ASPX file for applying the onmouseover functionality on the login button. Now I would like to use this button (login) as to navigate to some other page (main.aspx ) after clicking it. Can somone please tell me the function that I should write in the codebehind page for doing as above................ (I am working in C#)

    N 1 Reply Last reply
    0
    • P ParagGupta

      <!-- function imgChange (img_name, img_src) { document[img_name].src = img_src; } --> the upper one is the JavaScript code and the lower one in HTML code that I am using in ASPX file for applying the onmouseover functionality on the login button. Now I would like to use this button (login) as to navigate to some other page (main.aspx ) after clicking it. Can somone please tell me the function that I should write in the codebehind page for doing as above................ (I am working in C#)

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Use an imagebutton and handle the onclick event to redirect to a new page.


      only two letters away from being an asset

      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