Hi all,
I've inherited an ASP app that uses a DSN, and I only have FTP access to my server, so need to convert the connections to DSN-less strings.
My ASP is really bad, and I need help changing this:
<%
Set MyConn = Server.CreateObject("ADODB.Connection")
MyConn.Open...
Hi all,
I wish to display some text up the side of a webpage, ie: you'd need to pivot your head 90 degrees to the side to read it *flat*.
I'm SURE I saw this done on a site before, and even looked at the CSS they used to achieve it... but now I can't find the example, and Google isn't helping...
Hi all,
I have been asked to create a page that should contain the specs of a PC system for sale. Below the specs should be some "optional extras" (CD burners, RAM, etc) which can be selected by the user.
The (simple??!) idea is to have a "Total cost" at the bottom of the...
I have a page where an IFrame opens up with some searched-for content (after form submission).
What I'd like to do is search through that page for certain information, and capture it into a variable or object.
Is this possible?
thanks,
Pete
I am creating a page which is a Problem Solving Guide.
http://www.it-forums.org/pete/ozone/index.htm
but my code is HUGE due to the hidden div's.
Can I reduce this by putting all the data into an array and document.write in a loop? (I think I can, but I don't know how!)
many thanks,
Pete
Hi all...
http://www.sonicsnail.com/bratta
as you'll see, I've used the windows script from www.dhtmlcentral.com - and its all gone quite well.. my only problem is that when I resize the browser window, I need the "windows" to resize...
I know this is tricky given the complexity of...
Hi,
I have a page (that people here helped me develop!) which contains rows and rows (and rows) of checkboxes in table cells.
I'd like to fit more onto my page, and would therefore like to reduce the space around the checkboxes.
I've made sure I've got cellpadding and cellspacing both...
The javascript below hides content below headings... when the heading his clicked the content below it becomes visable. I wish to be able to click ONE button/link and have ALL of the content <span>'s appear...
how should I modify this script to do so?
thanks in advance...
Pete...
Hi all...
I'll try to keep this clear... Read carefully!
I have a page that updates a db using ASP. This will be used by the enduser.
I have another page (different server) that sends SMS messages (this one I have no control over - I can only submit to the CGI - username and pw are fields of...
I have a form that's getting sent to a database. The part I'm working on just now is for a few yes/no options... basically, they dot one of them for "pass", the other for "fail".
I think I've been clever though and set their values as "red" and "green"...
Hi have <select...> and want to trigger a javascript when ONE (and only one!) of the <option>'s are selected...
I know you can use <select onChange="function()... but that will fire the function regardless of which option was selected...
hows it done gurus?
thanks in advance,
Pete.
Hi all,
I have a page that contains a textarea, and lots of checkboxes.. the user ticks some of the boxes, data is passed into the textarea, which they then copy/paste into an application.
There is some default content in the textarea from the start, which the user updates every time.. (mostly...
I'm using...
function showBottFrame() {
parent.document.body.rows = "*,300"
}
to make a bottom frame appear... (initially the bottom frame has a height of "5" - the function above changes it to a height of 300.
This works fine, however what I want to do is be able to have...
Anyone have any idea where I can find drivers for my OPTi audio 16 (82C933)(for win98) - the opti website seems to deny all knowledge...
I've done various searches online with no joy..
anyone?
(thanks in advance...)
Hi. I'm creating a phone-number page for text-messaging from.
I have
var JohnSmith = "0123456789,";
var PeteJones = "0223456789,";
var PaulSmith = "0333456789,";
var AllContacts = John + Pete + Paul;
etc etc..
I have a function that fires the numbers into my...
I'm making a page that will collate peoples phone numbers...
I've decided to try doing it with each person having their own variable.. as in...
var myNumber = 0123456789
however when I call that variable it appears without the first zero.. and the zero is damn important in a phone number...
I have a page that when you click on tickboxes, it updates a textarea. I'm working with someone elses CGI and cannot change form or element "names". As you'll see, I have 'document.messaging.X-E3-Recipients.value' and JS falls over because of the hyphens.
How can I get round this...
Thanks for the input everyone!.. however, they've moved the goalposts, and the job is slightly different now...
In short.. I have this - http://www.sonicsnail.com/ozone/javadev.html ... and I have to change the way it works...
The author created it so that the user would click on one of 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.