Hi Everyone,
I am still very new to WWW workings… having been a VFP programmer for many years. But, I have a problem here and I am wondering if someone could point me in the right direction:
I have a framed HTML doc… one of the frames will let you pic a site name from a dropdown…
also, in that frame is a ‘contents’ button… if the site list is not empty, I want to display some contents… if the site list is empty, I want no contents…
I have done all the SQL work back end, but I am having trouble in getting the command to work correctly…. it is a Javascript code and I am not sure where to put it…
Here is the code (I hope) to open the new window…
window.open(‘InventoryPopup.asp?ContractCode=objSiteList(“Contract_Code”)?SiteCode=objSiteList(“Site_Code”),’InventoryPopup’,’toolbar=no, status=no,scrollbars=no,resize=no,left=180,top=90,width=440,height=220′)
am I making sense? lol… please forgive a newbie