• Apostrophe Nest Syndrome

    From Mindless Automaton@VERT/ELDRITCH to DOVE-Net.Programming_(Jav on Thu Jul 6 23:50:00 2006
    Can anyone tell me what the correct way to nest the quotes/apost's in ãthis bit of code:ãã--start---ãã for(c in channel_list)ã writeln('<li>ã<a href=" + channel_list[c].name.link(link_root + "?channel=" + ãchannel_list[c].name) + ">ã<img src="http://eldritch.darktech.org/icons/rss.gif" /></a>' +ã " - " + channel_list[c].description);ãã--end---ããThe image and description are ok, but the image's link is:ããhttp://eldritch.darktech.org/+ channel_list[c].name.link(link_root +ããSo I figure I need to do the quote something like /" or ?ããThe end result should be an image link instead of a test link for the ãrss feed.ããThanks,ããMindless Automatonã---ã þ Synchronet þ Eldritch
    Clockwork BBSã
  • From Cyclops@VERT/SRBBS to Mindless Automaton on Tue Jul 25 13:53:00 2006
    Mindless Automaton wrote:ã> Can anyone tell me what the correct way to nest the quotes/apost's in ã> this bit of code:ããIf it were Basic or C++ I'd say use character codes for the ' and " ãcharacters and splice them into the string using an overridden +, ãusually in the string lib in C++ and never an issue in basic...ããI think .js has similar...ããHowever, \\" may work, the first \ escapes out of JS I think and then ãthe 2nd out of something else, could be wrong there though.ãã---ã þ Synchronet þ Shadow River - shadowriver.homeip.netã