Hi all! 1st of all, I'm classifying myself as a newbie here as I really am not strong in coding on its own. 1 semester of C++ many moons ago and tearing apart javascript and cobbling it back together to do what I want it to do is not enough to know what the heck I'm really doing. It works, but the knowledge fundamentals are lacking. Unfortunately I just don't have enough time in the day to actually learn the code like I really should. So please forgive my ignorance and take pity on me cause I certainly need it! I'm developing a page that incorporates a javascript to output both html code & javascript code into a specified window in the image gallery on the html page. (http://shoreservicedogs.com/paintings.shtml). The actual javascript coding is located in the file jas2.js (http://shoreservicedogs.com/jas2.js) in the paramaters at the top of the page. The gallery located on the paintings.shtml page has 2 testing panes where I'm working on getting the more complicated coding to perform correctly. On the 2nd slide titled "Test's 1st Painting" I've been able to successfully get it to incorporate javascript for posting to a paypal shopping cart and in creating a popup minipage listing solutions for shopping cart problems. The problem I'm having is trying to figure out how to incorporate the code I've created & tested at (http://shoreservicedogs.com/testoriginalpulldown2.html), into the jas2.js file for the test slide for bandanas (slide #3). At this point I've cut the testing code down to just one option for the pull down menu so that I could figure out how to incorporate the code so that it works properly. Got rid of all the carriage returns, any spaces between html tags, put \ before all ", and \ at the end of all closing html tags (ie </font\>). It just is not repopulating the pulldown menus as it does in the testoriginalpulldown2.html page. I'm certain it's just something where I've not created the correct syntax but I haven't a clue what I'm doing wrong. Any assistance in getting this thing working would be greatly appreciated! TIA! Mary The snippet of code I tried to include here kept getting truncated so that it was useless. So the best bet is to go to the jas2.js file directly and look at the parameter /* test 2 */
FYI for those who might need ideas on how to do similar... ended up using an <iframe> to reference the html page that had the pulldown menus. Worked like a charm! Even makes maintaining the site much easier. Hope this might help others stuck with a similar difficulty. Mary