HI,
I have a small web based ASP database application to manage my references. Part of the section gives a list of links and date last accessed. When a link is clicked the datbase is updated to the current date and the link displayed in a new window. I also have the following event to ensure...
I have a simple ASP database pages to list some useful references and links. All works fine, except for a couple where it appears the whole link data is not being correcly passed. The link is correct in the fiels in the database (set to 255 chars) but when the table displaying the links is...
Hi all,
I originally posted this on the CSS section as I beleived that to be the issue. Now I am not so sure.
Basically I have a little web based ASP database program I constructed to catalogue references running in wwwroot. Previously all worked well, but now I have a weird link problem and...
Weird problem.
I run a small ASP database application on my hard drive acting for cataloguing references. Works perfectly. Searching populates a table with file details, the name set a link to the PDF so it can be opened in a new window via "_target=blank".
I used it for the first time in a...
I originally wrote my site as a whole bunch of html pages. I have now upgraded to ASP hosting, and have written new sections, but now wish to switch the html pages to asp pages to make use of server side includes and other features.
I guess people will have bookmarked the index page, and also...
Hi all,
Have an interesting problem.
We have a vey large dataset which we need to pare down. Bascially one field denotes a certain energy and another the resultant force like this:
......
500.02 225
500.04 250
500.06 300
500.10 450
501.35 550
501.45 012
501.65 450
......
In order to...
A small point, but it bugs me that my LAN and internet connections have the same notification icon in the system tray. WOuld be nice to change the LAN icon into something different.
Is this possible?
Me again...
I have selected a recordset then passed its corresponding ID along to another page, where I then intend to delete the record.
Here is my current code:
deltarget=CInt(Request.Querystring) 'sent as link.asp?4 for example
strConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data...
I need to select a recordset by ID number.
Had planned on doing this by sending the ID as a querystring from the requesting link.
Then something like this:
deltarget=Request.Querystring
"SELECT * FROM reftable WHERE ID=" & deltarget & "'"
But this errors out. I guess it is because the ID...
Hi,
(perhaps a JS/VB issue??)
I have a form which, via ASO, checks for duplicates before allowing completion of code. If the value passed by the 'title' field already exists, it bounces back to the form.
Now, by passing variables back and using ASP to set the value=" " section for the...
One of my fields is a 255 length text field for comments. I would like to be able to search this text field to see if it contains any specific words.
I have seen the CONTAIN statement used before. Can this be used in ASP?
Is it possible to select a field if it contains a word within a text...
Aaaaaaaagh!
THis is driving me mad (again!)
Have an ASP website which works perfectly on its web server with connection to an Access DB producing no errors.
Have recently upgraded to XP Pro so installed IIS in the hope it would allow me to edit / update my web on my desktop then upload.
On...
Hi,
Am planning Access / ASP pages to allow me to index references, and search by field. The database contains fields for 'category','subject','keywords', and then 'location'. What I hope to do is provide a list of all the categories, or keywords, depending on what is chosen (as well as search...
Hi,
I have written a few programs in Delphi now but never used database applications before. Could I explain the concept behind what I want to achieve, and ask for advice on the best approach to take / techniques to use, plus any usueful references before I go off and have a stab.
Basically I...
Hi,
I have a JS link to open a full size pop up using this function:
function fullWindow(url) {
var str = "left=0,screenX=0,top=0,screenY=0,status=yes, menubar=yes, location=yes, toolbar=yes, scrollbars=yes, resizable=yes, ";
if (window.screen) {
var ah =...
Hi,
Have a page here:
http://www.cardioweb.co.uk/ecg/ecgpage79.html
that uses a table to display a graphic by having sections of the picture in each cell.
Works fine in IE, but NS 7.0 puts a gap between table rows spoiling the image.
Cellpadding and Cellspacing are both 0. The relevant DIV...
Hello again,
During continued development of my site, I keep finding display differences between IE 6 and NS 7.02.
While they are only minor - divs will align perfectly in one but no the other (usually OK in IE)- I have spent ages changing loads of CSS values to try and correct it.
The two...
Hello,
I have an ASP page which is opened by a link, and pulls in some database data. However, if it is closed then re-opened it requires a forced refresh to update the data.
Question1: How can I foce the page to refresh itself whenever it is opened.
Question2: I would like to add a button...
Hello,
Need to see if my idea is feasible, hopefully before I start the work proper and then find it cannot be done!
Basically I have a large number of scanned images which I am adding to my site. They are ECGs - heart beat tracings, which are basically a set of 12 wiggly lines on a...
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.