Hi all, in MS Access 2000 I have a query which joins two other queries together:
--- getExtras ---
SELECT [Extras].[Code], [Extras].[Coords], [getPhone].[Phone]
FROM Extras INNER JOIN getPhone ON [Extras].[Code]=[getPhone].[Code];
--- getMostUpdatedDup ---
SELECT [BadgeHolder].[Counter]...
Hi all, I was just wondering if it is possible to target a specific frame of an external website, assuming I know all the frame names of that external website.
For example, on WebsiteA I have a link to WebsiteB. WebsiteB is made of 3 frames (top_banner, left_navigation, main). Normally when...
Hi all, I was just wondering if it is possible to target a specific frame of an external website, assuming I know all the frame names of that external website.
For example, on WebsiteA I have a link to WebsiteB. WebsiteB is made of 3 frames (top_banner, left_navigation, main). Normally when...
Hey all, what's up with this(please test in firefox):
Here is my test code:
------------------------------------
<html>
<head>
</head>
<body>
<form>
<button onClick="window.location.href='http://www.tek-tips.com/'">Go (inside form tags)</button>
</form>
<br />
<button...
Hey all I was just wondering if FireFox has a bug. It seems that when I use this code:
---------------------------
<html>
<head>
<body>
outside form tags<br>
<button onClick="javascript:window.location.href='index.html'">Reset</button>
<br><br>
<form>
inside form tags<br>
<button...
Hey all, I was hoping someone could help me. I am having some problems getting javascript to evaluate some select list field names with have been created dynamically. Here is the page:
http://www16.brinkster.com/shu745/tmp/test.html
here is the script:
----------------------------------------...
Hi all, I'm having trouble opening up certain photoshop documents. I have Photoshop 6 and I believe the psd i am trying to open up is done in photoshop 8. The error i get is:
"Could not open file.psd because there is not enough memory (RAM)."
I know I have enough RAM (1 Gb) and I set the...
Hey all, the subject line is pretty self explanitory. I think I've seen it before but I'm not sure where.
I would greatly appreciate anyone's help with this.
Thanks much.
- Shu
Hey all, I was hoping someone could help me with my situation. I have a page where I am using javascript to populate a div using the onClick method. So bacically you have like 'terms A', 'terms B', 'terms C' and if you click on them the <div id=term></div> will populate with a javascript...
Hey all, I was hoping there was a way to use an image to essecially do the same thing as <input type="file">. I haven't seen it done before so I'm not sure if it's possible.
I was hoping thru javascript we could do sumething like:
function browseFile() {
whatever code needed to do the file...
Hello I was wondering if there is a way or technique to transfer or copy guidelines from one psd to another. Reason being is that I have multiple psds which just differ in color themes and I use guides to layout my slices. But each time i have to redo all my guides for each psd. Is there a...
Hi all:
I'm new to ADSI and I'm trying to retrieve the sub groups of our company's active directory, so I can get down to the user level and query the user's properties (name, telephone, etc). I don't have the directory structure, so I tried to get it programmatically:
set container =...
All,
What's the main difference between using WinNT provider and LDAP provider? For some reason I can't get LDAP to work, so I'm trying to use WinNT. Will this give me access to the same fields? I need to retrieve user information like name, dept, phone, email, etc. Will using WinNT...
Hi All,
I know there is a way but I don't know how to do it...
When users make updates to rows in a database, how can you tell exactly which fields were changed?
Thanks in advance!
Hi All:
Is it possible to upload a file to a different webserver or file server from where the site is stored? And how would I be able to do this? Do only some upload components do this, or should all be able to and it's just a matter of specifying the path of the server?
I'd appreciate any...
I was hoping someone could point me towards a script which prooduces a NAV menu similar to the one on OpenCube.com (their own nav). Basically I am looking for a relatively positioned menu (preferably one which could be placed inside a table cell) which uses images (at least for the parent...
Hi All,
I'm trying to get the width of each column of a table. But when I use the clientWidth property, it always returns 0. Why is this and is there a way to fix it or ANOTHER way to find out the width (not using style.width) of a column?
Much thanks!
Hi all,
Using javascript and IE 5.0+, is it possible to detect whether "Initialize and script ActiveX controls not marked as safe" is enabled on the browser and if not, how to automatically set it up that way without having the user manually do it?
Much thanks for any assistance!
Hi All!
I am a beginniner in XML and I've been put on a project to create an XML connector/adaptor to move data from one database to another. I understand that I would have to output the data from db1 to xml format, but when db2 reads the xml doc to import the data, does it have to map some...
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.