Hi,
I am loading content into two divs on a page using Ajax, one page contains a textarea that I want to make a TinyMCE WYSIWYG editor. Basically the TinyMCE initialisation script isn't waiting for the other two pages to load before it runs. Therefore sometimes it works and sometimes it...
Hi,
I am loading content into two divs on a page, one of which contains a textarea that I want to make a TinyMCE WYSIWYG editor. Basically the TinyMCE initialisation script isn't waiting for the other two pages to load before it runs. Therefore sometimes it works and sometimes it doesn't. The...
Hi I'm integrating an MD5 script within a login page and for some reason when I moved the site from the testing environment to the live server I started getting an Overflow Error whenever someone tries to login:
Microsoft VBScript runtime error '800a0006'
Overflow: 'lResult'
/***/***.asp...
Hi,
I'm getting the following error when I try and access any table on our test server:
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'tbl_AdminUsers'.
/admn/login.asp, line 24
I can access the tables fine...
I'm running IIS on my laptop which is Windows XP Pro SP2.
However, rather than getting useful error messages within my page, like I get from MS Server 2003, my laptop throws up 'The page cannot be displayed, HTTP 500.100 - Internal Server Error - ASP error blah blah'
This isn't useful, because...
Hi,
Does anyone know of a good turutorial/guide for integrating an ASP shopping basket with HSBC's API. The CPI is too complicated and the documentation for the API is rubbish.
Any help would be greatly recieved.
Rob Waite
http://www.hostpipe.co.uk?src=TT
Hiya guys,
Is there any means in ASP of checking what the server's default date and time settings are? ie I'm having trouble with UK (d/m/y) and US (m/d/y) dates when porting scripts to various servers...and it's doing my nut !
Many thanks in advance
Rob Waite
http://www.hostpipe.co.uk?src=TT
Hi,
I'm currently dynamically building my tables from a recordset. i.e. multiple columns and as many rows as in the recordset with column headers. However, in a bid to move my sites over to CSS I'm finding it difficult to reproduce anything as efficient as the tables used to produce. I...
Hi,
I'm trying to join two tables, whereby the first table has unique records, the second table then has multiple records assigned against the primary key of the first table.
Basically I'm looking for a query which lists the top 20 records from the first table with an extra field stating the...
Hi,
I'm trying to develop product listings on a friends website, and have run into difficulties finding the most effiecient means of nesting the categories so that he can have infinite category levels if possible. I'm developing on a simple ASP/Access setup and basically don't want to have to...
Hi guys,
I'm trying to create a basic 3 column layout, and having googled and tried endlessly am still having problems.
There's no content as such but take a look at:
http://www.pegasusart.co.uk/template.asp
Basically the problem I'm having is when the browser window is resized in both IE...
Hiya guys,
Just a quickie, I've just launched a new website/service and would love some feedback on what you think of the general design, linking, search facility, technical aspects etc. Also feedback about whether you think the concept is good or bad would be fantastic, or if you want to try...
Hiya guys,
Just a quickie, I've just launched a new website/service and would love some feedback on what you think of the general design, linking, search facility etc. Also feedback about whether you think the concept is good or bad would be fantastic, or if you want to try the service out...
Hi,
The following block of code is causing a "501 Protocol scheme 'http' is not supported" error. Any suggestions as to why this might be happening, the version of perl is pretty old (v5.003 i think) but it's being hosted on a remote server.
my $ua = LWP::UserAgent->new...
Hi,
I'm writing a script which needs to be hosted on a remote server that only has version 5.005_03 of Perl installed on it. The host are refusing to update their version of perl and so I am left with trying to make my script work on their servers, but requires WWW::Mechanize in order to work...
Hi,
I've been trying to find the value of a checkbox first using WWW::Mechanize and then using HTML::Form, I've also just realised that the attributes of the checkbox suggests that no value has been assigned:
<INPUT type=checkbox CHECKED name=club_info>
What is the default value of the...
Hiya folks,
Not really an IT related issue but thought this to be the most appropriate forum.
My business partner and I have stumbled on a slight ethical conundrum regarding out end of year accounts. It's the first time we've actually had to do them. We initially got our advice from one of my...
Hiya guys, I'm not sure if this is a Perl or SQL question but I thought someone should be able to point me in the right direction.
I have a table in my database (tbl_Meeting) with three fields; MeetingUID, ME_Course, ME_Date.
Basically all I'm trying to do is insert a record into an SQL...
My business partner just asked the following, and I'm not sure about how to do it:
Is there a way of using a variable to represent an array name...?? i.e.
$var = @ARRAY (the name of the array not the value)
foreach $whatever(@[$var]) { . . . .. }
I thought there was some way of doing it...
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.