Manipulating a String that contains HTML source Programming Software Development by ReeciePoo … Object Reference to do this [CODE] <a href="stockmarket.phtml?type=buy&ticker=VPTS">VPTS<…;/a><br> <a href="stockmarket.phtml?type=profile&company_id=126"><font… Just Me Programming Web Development by fluffythebunny …/Dani/HorseraceHr1/horserace1.html[/URL] Heres another One: Called the stockmarket game. Would like to know if there is an easy… Dreamweaver developed site not working Digital Media UI / UX Design by designunltd …;a href="http://www.ise.ie/">Irish Stockmarket</a></li> <li><… Re: Can Barack Obama save America? Community Center Geeks' Lounge by vegaseat Did Obama cause the drop in the US stockmarket? Maybe, there was a similar drop in 2002 after W took over. It still doesn't explain why the Japanese stockmarket went through the same decline a few months earlier. Re: Classes & attributes Programming Software Development by JamesCherrill … Users and Shares. Users and Shares belong to a StockMarket. In the StockMarket you can register and delete Users and Shares, and… Re: cleaning up the boot partition in xp. Hardware and Software Microsoft Windows by gerbil … and their files.... h: 10; ASX data..company data for stockmarket...my passion is trading... i: 10; music...downloads, uploads, what… Re: Stock Market, anyone? Community Center Geeks' Lounge by jbennet I think im too young to play the stockmarket Re: Stock Market, anyone? Community Center Geeks' Lounge by Infarction > I think im too young to play the stockmarket Better to learn when you're young... I started learning when I was 18, which was retrospectively a couple years later than I should have... Re: Stock Market, anyone? Community Center Geeks' Lounge by jamello [quote=jbennet;376385]I think im too young to play the stockmarket[/quote] jb! Do you seriously think you are too young? Pls, it is always better to start young (to me the younger the better) so that if you crash before you are 30 it would be easier to get up and a-going!:) Re: Stock Market, anyone? Community Center Geeks' Lounge by jwenting … that way. The only thing you can say about he stockmarket is that in the long run on average the stocks… Re: Java Stock Trend Analysis Program :) Programming Software Development by jwenting … a piece of software that generates analysis charts from streaming stockmarket information... We use our own systems for capturing (which I… Re: Java Stock Trend Analysis Program :) Programming Software Development by joshSCH … a piece of software that generates analysis charts from streaming stockmarket information... We use our own systems for capturing (which I… Re: classes for an online share trading system Programming Software Development by jwenting hmm, our system has several thousand classes. Can't remember them all right now, but I seem to recall something representing a stock, a stockmarket, a stockquote, a trade, etc. etc. Maybe it's time to admit to your employer that you lied on your resume when you told them you were an experienced designer. Re: classes for an online share trading system Programming Software Development by nhlagumbi …, but I seem to recall something representing a stock, a stockmarket, a stockquote, a trade, etc. etc. > > Maybe it… Re: Does the leader of your country have a sense of humor? Community Center Geeks' Lounge by jwenting … many loans and using those loans to invest in the stockmarket (hint, they're doing it again...). When some banks got… Re: Let's talk Economy Community Center Geeks' Lounge by HiHe Looks like the stockmarket is coming back, and the banks are flush with taxpayer's money! Good things are ahead! Re: 2008 US Presidential Poll Part 2 Community Center Geeks' Lounge by HiHe …. According to Karl Rove, the man who made Bush, the stockmarket is faltering because it looks more and more that Obama… Re: Can Barack Obama save America? Community Center Geeks' Lounge by sneekula … and crime free. The police will protect my wealth. The stockmarket will go up over the long run. The folks that… Re: Manipulating a String that contains HTML source Programming Software Development by ReeciePoo The best method in my opinion would be using replace() where the <htmlcode> and replacing it with a delimiter for instance <a href=ishitonyou.html>Ehh?</a> would turn out like: ,Ehh?, with the comma delimiter Re: Manipulating a String that contains HTML source Programming Software Development by davidcairns Or you could determine what doctype the html uses (xhtml strict would be ideal) and use an XML parser to cycle through the nodes. Having said that if the html is always that simple the instr and mid should be sufficient for the task at hand. Start with "ticker=" and grab that, then look for "<td align" and keep going from… Re: Manipulating a String that contains HTML source Programming Software Development by ReeciePoo [quote=davidcairns;366645]Or you could determine what doctype the html uses (xhtml strict would be ideal) and use an XML parser to cycle through the nodes. Having said that if the html is always that simple the instr and mid should be sufficient for the task at hand. Start with "ticker=" and grab that, then look for "<td … Re: Manipulating a String that contains HTML source Programming Software Development by ReeciePoo its using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL]http://www.w3.org/TR/html4/loose.dtd[/URL]"> Re: Manipulating a String that contains HTML source Programming Software Development by davidcairns heres some of the basics for option 2 (option 1 requires you to parse the XML document with whatever you wish to use). Note depending on how flexible the format is you may have to be a lot more clever than this [code=vb] Dim arrVars(7) as String Dim intStrPos as Integer Dim intEndPos as Integer Dim i as Integer intStrPos = instr$(strHTML, "… Re: Manipulating a String that contains HTML source Programming Software Development by ReeciePoo is it XML but? Re: Manipulating a String that contains HTML source Programming Software Development by davidcairns HTML documents these days are just XML using one of the HTML DTD's. Fully formed XML HTML documents use the XHTML DTD's, while the HTML 4 documents use non standard things, like no end tags on some elements. Re: Manipulating a String that contains HTML source Programming Software Development by ReeciePoo [quote=davidcairns;366730]HTML documents these days are just XML using one of the HTML DTD's. Fully formed XML HTML documents use the XHTML DTD's, while the HTML 4 documents use non standard things, like no end tags on some elements.[/quote] Thanks for your help but it errors. do u think u could add comments to the example just for help. and i … Re: Dreamweaver developed site not working Digital Media UI / UX Design by HI2Japan For the resizing, did you put in pixel sizes or percentages for the elements? I dont do much in the way of drop downs or anything, but the code you have is for an unordered list with the list points. I have no idea why it would have done that. Re: Dreamweaver developed site not working Digital Media UI / UX Design by MidiMagic The problem is that not all monitors have the same screen resolution. If you design a page to fit a certain screen resolution with absolute sizes, the following happen to the page: - On monitors with lower resolutions, scrollbars will appear. - On monitors with higher resolutions, the page will be in the upper left corner. To make the pages more…