Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » html attributes javascript
  • More html string trouble

    Hey all, I'm trying to create a regex to detect <script> tags in html strings and extract their src attribute value and their tag value. I've gotten pretty far, but am stuck on some behaviour that I don't really understand. The src attribute and tag value are optional and other attributes may be present in any order, so ...
    Posted to Construction Advice (Forum) by Nietecht on July 10, 2008
  • parsin html by using regex in c#

    <meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular"> <meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
    Posted to Construction Advice (Forum) by caglar26 on April 27, 2008
  • table parsing

    hi every one .. I want to parse product name , price  from source kod of web site by using C#.   Example in that code I want to take  PANASONIC BB-HCM515CE CCD MEGAPIKSEL POE VIDEO, 838,8 € + KDV,2.081,52 YTL,Havaleye %3 İndirim: with 2.019,07 YTL. But that code is not just between the ...
    Posted to Construction Advice (Forum) by caglar26 on April 23, 2008
  • RegEx Help - Replacing hrefs

    OK. Stick with me here. It is going to take me a few to explain this. I am writing a small application in VB.NET. The ultimate task is to make a web browser, within a web browser. Basically, You open IE, FireFox, Safari, or whatever browser you like and go to the web application I am building. At the top of the web page, I have a tool bar, ...
    Posted to Construction Advice (Forum) by TampaWebDevelopment on June 27, 2007
  • Help replacing text inside HTML name & id attributes

    Hi, I'm using javascript String.replace(regex,replaceString) function to search the innerHTML value of a div containing many input fields in order to create unique, but iterable id and name fields for copying the content into another div. The input tags look like this: <input name="edu0_tagName1" id="edu0_tagName1" ...
    Posted to Construction Advice (Forum) by cyberlogi on September 30, 2006