Controlling Mouse Pointer Appearance

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.

View Replies


ADVERTISEMENT

Mouse Pointer

Does any one know if it is possible to make the mouse pointer into an hourglass while the server script is running. Using vbscript of javascript?

View Replies View Related

Mouse Pointer Remains Busy After Window Popup

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();
}

View Replies View Related

Appearance Records In Two Columns

I have this code who show some records in one column. I want to appearance the records in two columns. What changes i make in code to do this? Code:

View Replies View Related

Browser - Change Appearance Using ASP

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:

View Replies View Related

Pointer Over Image

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?

View Replies View Related

Pointer Is Jumping Around

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.

View Replies View Related

Database 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."

View Replies View Related

Cell/td On Mouse Click Event Using ASP

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:

View Replies View Related

Mouse Click Pass Values

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

box.ID = "1456"
box.Shape = "Square"
box.Name = "Boxer"

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

Box Name: Boxer
Box Shape: Square

View Replies View Related

Table Mouse Over Color Change

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.

View Replies View Related

Could'nt Find Mouse Hover Event

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.

View Replies View Related

Change The Mouse Point To Sandglass

How can change the mouse point to Sandglass?

View Replies View Related

List Box With Mouse Click Event?

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??

View Replies View Related

Controlling Services

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.

View Replies View Related

Controlling Content With Variables

I am looking for the code to enable me to change the content of my asp site through the ajustment of variables.

I have index.asp (content included into this)

Would like to be able to have 'index.asp?page=Contact'

And it would 'include' the contact.asp information into index.asp

I found some code in another thread but didnt want to hijack it. This is down the right lines but it wouldnt work for me

Quote: Server object error 'ASP 0230 : 80004005'

Server.Transfer Error

/SITETEST/test2/index.asp, line 28

The call to Server.Transfer failed while loading the page. and it doesnt control content through includes. Code:

View Replies View Related

Controlling Random Records

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:

View Replies View Related

Controlling Printer Setup

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.

View Replies View Related

Controlling Frame Busting

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.

View Replies View Related

[XPOST] Controlling The Commandline Via ASP/WSH

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:

View Replies View Related

Session Timeout - Controlling

I am using global.asa to set time out after a user logs.
It looks like this:

Sub Session_OnStart
Session.Timeout = 900
End Sub

I want to detect when the session has timed out and redirect the use to the login page.

View Replies View Related

Controlling Concurrency To Access Web Pages

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.

View Replies View Related

Controlling Text In A Text Area

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.

View Replies View Related

Controlling Text In A Text Area Or Text

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.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved