More information or rather correction to my initial post.
It seems that the additional partial image is always part of the last image. What ever that is!
My problem is that I have a 3 row table, each row has an image.
The problem is that when the cursor is placed over an image not only is the image swopped as required, but also part of the image in the second row is also shown on the screen (all three images are still there).
If I move the table...
I have used INt in VBscript in other pages, the only problem I am having here is trying to do this in a SQL statement. (Note that the int works okay in the SQL code in an Access query).
I have replaced the INT with Convert(int,xxx) where the xxx has the code previously in the () for the INT...
I have the following select statement in SQL on a ASP age.
SELECT Weekly_input.Starting_ID, Weekly_input.Weekly_Input_Date, Weekly_input.Week_number, Weekly_input.Foodpacks_taken, Weekly_input.Weight, Weekly_input.Phase, CIF.Phase, CIF.Height, Starting_details.Starting_date...
The code below reads a table CIF linked to another table, depending on certain situations the code calls for the CIF table to be updated.
If I comment the two execute commands out this page runs quite quickly.
However, if I put the executes in then the page will not complete, no response.write...
Yes I think so , but how do I get the server side variable to have the value I want?
As I say I have calculated it twice once in Javascript as part of validation and then in vbscript within <% %> tags. I assume both of these are client side code.
I have an asp page that carries out validation using javascript.
Once everything is correct I submit the form.
Prior to updating/inserting a record I have to check if other records exist. I do this in the vbscript (<% %>) code in prior to <Head>
I read a record and find that the record is...
I have a quie complicated from with a large number of radio buttons identifying a questionaire with Yes No fields for each question.
I need to either lock, protect or remove from site whole specific radio buttons if other radio buttons are checked. (e.g. wonmen only questions not to be seen or...
I have a dropdown list on a form that is driven by a table in a SQL database to allow a value to be selected within a parent record. When displaying this parent record later I select the value to be displayed on the drop down list (i.e represents the selection made when record previously...
I have a frame based site.
I have a list of records, from the list I can go to an amend page to update the record selected.
When the record has been updated the user is redirected back to the list. The list seems to requery however the change is not reflected in the page until I refresh the...
I have the update code as below:
Set MM_editCmd = Server.CreateObject("ADODB.Command")
MM_editCmd.ActiveConnection = MM_LL_Data_String
If (CStr(Request("MM_update")) <> "" and Request("Doctor_ID") <> "") then
MM_recordId =...
Thanks for the suggestions, I can use disabled, however, it obscures the value. PRefer if can to make readonly. Also need to make the readonly conditional. I presume I could make the disabled conidtional ,but would still have the 'gray' problem.
I have a page I have generated to allow inserts, amendments and to display record details from a table.
I can conditionally control whether all fields on the page are read only or not except for the checkboxes and radio buttons.
Obviously as there is no submit button for display purposes the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.