Thanks.. the @ was all that I needed. it is intentional that some of the member id's are not on that table.. so all i needed was for it to ignore the fact that they weren't there.. Thanks a lot!!!
Type: Posts; User: Joefunkx; Keyword(s):
Thanks.. the @ was all that I needed. it is intentional that some of the member id's are not on that table.. so all i needed was for it to ignore the fact that they weren't there.. Thanks a lot!!!
Thank you for the corrections.. However, the problem still exists. It has something to do with the fact that it is looping through the tables looking for entries based on MEMBER_ID, and some of the...
Hello,
I am using the following code, and i get an error on the last statement (last line). The error only shows up for the entries that don't exist in the 815SF_attachments table.
Error is - ...
Thanks for your help ddadmin, I figured out the problem.
Hey guys, here's a question that I haven't been able to find any answers on.
- Page A has two <A> links which when clicked open Page B.
- On Page B, there is a javascript event that is triggered...
yes, the frame "main" is MAIN.HTML.
The only code that I put in the MAIN.HTML file was the following -
<link rel="stylesheet" href="windowfiles/dhtmlwindow.css" type="text/css" />
<script...
OK, I tried the following..
I put this link into the TOP.HTML (name=top)
<a href="#" onClick="divwin=parent.main.dhtmlwindow.open('divbox', 'div','somediv', '#4: DIV Window Title',...
by MAIN WINDOW PAGE, do you mean the INDEX.HTML file that contains the FRAMESETS or the MAIN.HTML that i want the window to pop up in?
1) Script Title: DHTML Window widget (v1.03)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem: Trying to launch window from one frame...