Thanks Gaz.
I will use this in my code.
Thanks for all your help
Best regards
Rod from the UK
User Profile
Collapse
-
Hi Gaz
Thanks for your reply.
If you could look into this for me then that would be great!
In the meantime, I will add this post into the javascript section like you suggested.
Best regards
Rod from the UKLeave a comment:
-
Good in principle but...
Hi Gaz
Thank you so much for your reply.
Sounds good in principle but have no idea how this is done. Any help would be fully appreciated.
best regards
Rod from the UKLeave a comment:
-
Form data to Thickbox?
Hi guys
I am using a jquery thickbox script (http://jquery.com/demo/thickbox/ - iframed content example) to display information in a popup(modal) in the middle of my page. To do this I simply use the following hyperlink in my main page:
<a href="mypage.as p?name=thickbox &keepThis=true& TB_if rame=true&heigh t=550&width=750 " title="More info" class="thickbox ">Open window... -
JQuery accordion script?
Hi Guys
Does anyone know of any simple/basic jquery vertical accordion scripts that allow me to place a html table in the info section (ie the window that pulls down and displays the hidden content)?
I have found loads of examples of accordion scripts out there but none allow me to show and hide a simple html <table>.
My current JQuery UI accordion script only allows me to put in text within <p>... -
Database table data into Javascript?
Hi Guys
I am using the following script to pull in 10 UK postcodes into my page:
...Code:<% sqlStrB = "Select TOP 10 * from postcodetable" oRsBJ.Open sqlStrB, oDBConn If oRsBJ.eof then %> Sorry there are no postcodes <% Else %> --- <% Do while not oRsBJ.eof -
-
All those long frustrating nights are paying off!
Thanks JaredLeave a comment:
-
Simple count?
Hi Guys
I need to do display the total number of matching records from the script below:
So, if I have 14 Aston Martins in my database then it would simpy display "14". I have tried ......Code:sSQL = "SELECT make, model, description, colour, price FROM MyTable" sSQL = sSQL & " WHERE make = 'Aston Martin'" sSQL = sSQL & " AND model = 'DB7'"
... -
Is this script ok?
Hi Guys
I am a novice programmer and have basicaly learned about stored procedure overnight. I have just created the following script on my page to call and execture one of my stored proedures and although it works fine, I am not sure if it is ok. If someone could take a look at my script and let me know if it's ok then that would be great.
Best regards
Rod from the UK
---------------------------... -
Hi lOGICIAN
Thank you so much for your reply.
The script that creates the cookie is rather complex for me to alter. I basically adapted it from a free javascript resource on the web. I am not too sure what (and where) I need to add the PATH element to it so that it does what you suggest. I can quite easily add the "/" when creating the cookie but the problems lies when the function needs to delete it. Would...Leave a comment:
-
Cookie path dilema
Hi Guys
I hope this is an easy one for you.
Basically I have a page on my website that creates a javascript based cookie on the users pc. The contents of the cookie when created looks as follows:
------------------------------
DS1113008PT_ToD oItem1
My%20message%20 goes%20here
www.mydomain.co .uk/carsearch/usedcars/
1600
3131308160
29921915
1549220336... -
Price Vs Year - Depreciation?
Hi guys
You've really helped me out in the past but now I really need your help!
Basically I have a table (name=vehicleta ble) with the following fields/field data:
Make Model Age Price
Porsche 911 2005 40000
Porsche 911 2006 45000
Porsche 911 2004 35000
Porsche 11 2001 25000
Porsche 911 1999 20000
... -
Simple check box solution?
HI Guys
I have a simple check box form (using GET as the method) with a list of 10 different UK counties. I have validated the form so that users have to select no more and no less than 5 UK counties.
The validation works fine. However, when the form is posted to my next page (myresults.asp) , I need the values of the options to output the following in my url, no matter what UK counties they choose or what order they... -
Absolutely fantastic!
Thanks Mark!
Best regards
Rod from the UKLeave a comment:
-
Simple sql query display?
Hi guys
Basically, my database table ("vehicles") contains 5 fields. I have shown an example of what type of data is recorded within these fields below:
MAKE MODEL YEAR PRICE AREA
aston martin 2001 45000 London
aston martin 2002 47000 Manchester
aston martin 2002 50000 Birmingham
porsche 911 ... -
-
Bracketing records?
Hi Guys
I think this is an easy one for you.
Basically, I want a simple SQL statement which queries my vehicle database. My fields and example data within the fields can be seen below:
"Make", "Model", "Price"
"Porsche", "911", 45000"
"Porsche", "911", 42000"
"Porsche", "911",... -
Displaying data from url into xml page
Hi Guys
I have a basic asp page (mypage.asp) which has simple html coded headers and footers. However, the body of my page pulls in a separate xml page on my server
Is it possible to pull data from the url of my page into the xml section of my page? For example, my url will state something like this:
http://www.mysite.com/mypage.asp?orde rid=132456789
I have a form in my xml page:
... -
Hi Acoder
Thank your for your reply.
I have been on this all day now and haven't got anywhere near doing what I want to achieve. I must of visited every possible website (including w3schools & irt.org) with articles devoted to Javascript cookies and none of them show examples of what I want to achieve. Instead they use what seems as over complicated scripting using <form> input in their examples. Everything...Leave a comment:
No activity results to display
Show More
Leave a comment: