I have a simple collapsible table that displays when a Label is clicked. However, since the label is only plaintext, the mouse becomes an insertion icon (I-bar) when over the text. Because of this, a user might not understand that the label is clickable. Is there a way to control the mouse appearance so that it shows the standard pointing finger, WITHOUT creating an anchor? Due to other elements in the page, it cannot link back to itself without erroring out.
I've been writing web pages that pops up smaller windows when links are clicked. I noticed that very often after the small window is poped up, the mouse pointer remains busy instead of returning to the normal pointer.
Does anyone seen this problem before and know how to resolve it?
Code I use is like this:
function viewproductdetail(sku) { g = open(page,'g','status=no,toolbar=no,menubar=no,hei ght=550,width=500,scrollba rs=yes'); g.focus(); }
I'm interested in changing appearance of browser using ASP. For example, remove location bar, toolbar, menubar, statusbar (much like the browser interface on posting a question on this forum). Code:
I am traing to make a map of my country and I wish to specify cordinates for an errow wich shoult point to specific city on the map, is it posible to make this in asp?
I think this could be done by making big picture in one table and then assaining the other picture to point to specific location on that map (like left 100, right 200) but i do not know how to do that?
I'm having an issue where if I open my database and try to list everything line by line from top to bottom, it'll list about the first 25% of the entries in order, jumps over about 30 lines, displays all of the last entries in order, then jumps back to the missing entries and lists them in order. Can anyone tell me what might be causing this? Code:
SelectSQLSpecial = "Select * from Items;" CurrentIDSpecial.open SelectSQLSpecial, adoCon do while not CurrentIDSpecial.eof Response.write(CurrentIDSpecial.fields("ItemID") &" ") CurrentIDSpecial.Movenext LoopCounter=LoopCounter+1 Loop CurrentIDSpecial.Close
I have no clue why its doing this. The code seems so simple I just can't figure out what'd cause the weird jumping pointer.
I got some difficulty in the coding... but i dun know wats wrong with it. It seems that the pointer could not point to the statusValue = Online in my database. and it show my else line --"Site Under Maintenance, Please Try Again Later" but I want it to execute the IF code. I have check all my connection asp to my database and nothing is wrong. What should I check on the database?
sql = "SELECT * FROM Server WHERE activate=true" set sql = conn.execute(sql) while sql.eof if sql("statusValue") = "Online" then siteStatus = true else siteStatus = false end if sql.movenext wend
IF siteStatus = true THEN < execute some code >
ELSE response.write "Site Under Maintenance, Please Try Again Later."
I have a basic page for which I have included some of the code for at the end of this message. It may not run correctly as I have cropped out a lot of code.
I am trying to handle the click event for a cell. From the code you should be able to see that I am handling the mouse over event and would like to link to another page via the cell click.
I addition, but not too important at the moment, I would like to pass a string or two across to the called page. For example link to the next page and within that page identify which cell was clicked and possible pass a string for the image used in the clicked cell. Code:
I am working with an application that passes information about an object to a Query and then populates a window with the information about it.... for example
If i had an object that was say a Box, and an attributes of that box were
on the Click event i would choose to click the box, and pass the box.ID number through a query, (SQL preferably) and pass that value to an HTML table that had
im looking for code examples or assistance in creating a table that will alternate the row colors whilst highlighting a row in a diff colour when i move the cursor over it and when i click the row open a new url passing one of the column ref so i can drill down to the next level.
I'm a user of Visual Studio Web Developer 2005 Express Edition & I use C# as the language in it. So, the problem i'm facing is that I want to add a MouseHover event to an image but i could'nt find it in the Events' list in Properties window as in Microsoft Visual C# 2005 Express Edition.Can you tell me where it lies or isthere any other way to do it in Web Developer.
When the user clicks an item in the list box, i want to fire the click/change event and invoke another ASP page. But is it client side javascript scripting's job??
since we run BIND as our DNS, I'd like to be able to force it reload changed zone files via an ASP page. I don't need to restart the service itself. There is a specific command that can be sent to it that'll reload the zones without restarting the service, but I don't know how to execute it.
i'd like to be able to create and manage IIS websites from an ASP page. Is there any documentation on this? It must be possible, but I can't find out how.
i am currently working on an online test tool using ASP. Now, the questions would be generated randomly from a database(access), so two or more candidates will not have the same question. There will be one question per page. Now, i have successfully generated the radom questions from the database.
But i have a problem which is:
1. When i click the next link to go the next question, my code displays the question on the previous.
2. Also, when i click on the previous link to go back to the previous question my code changes the question from the previously answered to a new question. Code:
I have an ASP page where I need to give users a button to print the screen in ladscape. How do i do it in vbscript or in javascript. Can't convert the data to pdf and send it to them.If i have to use printer object can someone show me how to create/instantiate a printer object before i can print it.
how to control frame busting. My application has a frame where i open the site user has select to view. Frame busting is, preventing that your page is caught in someone else's frameset.
So when user select yahoo.com or else which has frame busting technology impemented it will occupy my aaplication's window by setting "top.location=self.location" But i wanna know if the current page is going to occupy my window then open that site using window.open(URL) instead opening it in userFrame. Awaiting for the fastest responnse.
I have a problem letting this small script I wrote work correctly. In particular i can't manage to execute commands that require user input/confirmation. How should i handle that? Code:
We have an issue where we need to control access to specific web pages e.g. if one user is editing a purchase requisition another user shouldn't be able to perform any actions on it.
I presume we could lock the purchase requisition for editing by a specific user when an edit button is pressed. Only that user would then be able to edit the document. However can anyone think of any better approaches to this issue which I presume must be quite common in other application domains.
I have this problem in controlling a text in a Text Area. How can I do that, for example the field size is 200, when it reaches 50 it automatically goes to the next line. Because im having problem when viewing text in my report, it continuesly views in a straight line. Can you give me ASP code for that.
I have this problem in controlling a the text in a Text Area. How can I do that for example the field size is 200, when it reaches 50 it automatically goes to the next line. Bcoz im having problem when viewing it in my report, it continuesly views in a strieght line and im having problem in printing.