6,565 Topics

Member Avatar for
Member Avatar for poeticinsanity

I'm using HTMLParser to find some thing among this page given below. The link i'm looking to find and follow is in red. I'm using the code, also provided below to find this link, but it isn't seeming to find it at all. The portion of code that isn't working …

0
57
Member Avatar for sal21

In a asp page have a combobox with 3 item(see html) I want to loop in all items of combobox... similar: i use this to connect oie: Set OIE = CreateObject("InternetExplorer.Application") URL = "http://mysite/GP.asp" OIE.Visible = True OIE.navigate (URL) Do While OIE.readyState <> 4 Or OIE.Busy DoEvents Loop select element …

0
89
Member Avatar for nash99

Hi How can I access the DOM (inner html). I need to capture the innerhtml (the complete html , body structure)of the source page and then be able to open another html page using this inner html of the page selected. I tried different methods like using the ajax calls …

Member Avatar for kvprajapati
0
78
Member Avatar for fatwhitetree

Hi im pretty much a total vb nub at the moment but im trying to learn. Anyway I've been trying to find out how i could load a random http proxy like 24.175.122.152:9090 from a txt file. I know how to load a random url but Im failing at doing …

Member Avatar for parkeyparker
0
902
Member Avatar for concept22

Hi, Im pulling out what little hair i have left, and am beginning to remember why i did not become a developer professionally. but you guys rock. I have a website i'm working on example: [url]http://www.example.com[/url], I have a go daddy turbo SSL certificate installed and it is working properly …

Member Avatar for concept22
0
141
Member Avatar for marjan_m
Member Avatar for MidiMagic
0
152
Member Avatar for toddsmith

Since I started using style sheets I've grown to really like them. Recently a developer mentioned to me that I should stay away from them as they create more problems than they're worth. I wanted to get some feedback from the folks here on DaniWeb. Thanks! todd smith

Member Avatar for toddsmith
0
144
Member Avatar for mjb73

Does anyone know the best way to insert this [URL="http://www.jland.netfirms.com/template/horizontal_menu.html"]menu[/URL] into this [URL="http://www.jland.netfirms.com/template/index.html"]web template [/URL]I would like to insert this menu into the black area (replacing "some simple text or some links here") Is there a server side include that allows me to work offline? Thanks for your time.

Member Avatar for mjb73
0
248
Member Avatar for Zerobuddy

Hello im not sure if anyone has posted about this but if so please give me the link so i may be directed there. I have a website, i have other people with email accounts but i want to be able to let them log into my site using their …

Member Avatar for aashishn86
0
85
Member Avatar for bufospro

Hi, I am new in web programming and I am trying to make my site. But I have a problem, my template is not working properly in explorer. My links div is in the bottom of my page. I would like to be top, near the Heading (in firefox is …

Member Avatar for almostbob
0
120
Member Avatar for veledrom

Hi, I don't know what i have done but i want to recover code below. It is very long, i give you little part of it. Any idea how to recover it. Thanks [code] &amp;lt;p&amp;gt;&amp;lt;span class=&amp;quot;caps&amp;quot;&amp;gt;APRIL&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;&amp;lt;span class=&amp;quot;caps&amp;quot;&amp;gt;SAT&amp;lt;/span&amp;gt; 18&amp;lt;br&amp;gt; &amp;lt;span class=&amp;quot;caps&amp;quot;&amp;gt;OPEN TUTORIAL &amp;lt;/span&amp;gt;(10.00- 4.00)&amp;lt;br&amp;gt; This day will include a session …

Member Avatar for almostbob
0
119
Member Avatar for lickettysplit

hi ive got a school assignment where i need to access data in a MySQL table, use style formatting and output it in a HTML file. Additionally, there is a frequency column that I need to use to create the style. The more frequent it is the larger the font …

Member Avatar for poeticinsanity
0
116
Member Avatar for pacouy

Hi to all! This is my first time for all of this, Forum, DaniWeb, CSS & Containers, so thanks in advance for your support. (My first computer was a Timex Sinclair 1000 and learned IMB S36, , I’m that old!) I'm trying to use CSS Containers (header, maincontent, footer) for …

Member Avatar for pacouy
0
114
Member Avatar for thecodingbee

[B]If you have seen igoogle,[/B] you will know what i am doing! The idea is that it [B]saves the co-ordinates of the box [/B]that you can move [B]into two text files :[/B] usercoord.txt-x axis & usercoord2.txt-y axis! can anyone tell me [B]how i can load the coordinates back, from the …

Member Avatar for diafol
0
117
Member Avatar for AmandaLouSmith

Hello, my name is Amanda and I am quite new here. I tried to add a few words to my website page located at [url]www.openrangemagazine.com/thisissue.htm[/url] - as you can see (if you don't mind going there) the page is now blank. I have no idea what I did. Here is …

Member Avatar for MidiMagic
0
135
Member Avatar for padrict

I''m having an issue my page. When you mouse over an image a text box pops up - that's how i want it. However, I uploaded a few new pics and now every time you mouse over the image the box come up but it is partially hidden behind the …

Member Avatar for MidiMagic
0
85
Member Avatar for sayakyi

Dear friend, I can't find the syntax error in my html table in php code. [CODE] echo "<table border='1'>"; echo"<tr>"; echo"<th>".{$data['engword']}."</td>"; echo"<th align='left'> "<a href=\"http://www.domain.com/sound/En-us-{$data['engword']}.WAV \" title=\"open the audio file for the word {$data['engword']} \"rel='dbPopWin'><img src='audio.gif'></a>"."</td>"; echo"</tr>"; echo"<tr>"; echo"<td align='left'></td>"; echo"<td>".(stripslashes($data["mword"]))."</td>"; echo"</tr>"; echo"</table>"; [/CODE] many thanks in advance, regards. ko

Member Avatar for sayakyi
-1
10K
Member Avatar for itsjareds

Hi, I need to parse an HTML string received from an AJAX request. I wrote a function that places the HTML string into an unappended (not added) [ICODE]<div>[/ICODE], which opens the string up to the DOM hierarchy. However, when I try to access the elements of this [ICODE]<div>[/ICODE], I get …

Member Avatar for itsjareds
0
4K
Member Avatar for nairawebs

Hi everyone, i've always prefered round edge boxes to the conventional ones. Can anyone help me with the codes?

Member Avatar for Slade007
0
92
Member Avatar for guruward

I have a questions table and it has a couple of columns startTag and closeTag which contain html which tells the page how I want to render the question [code] <xsl:value-of select='Questions/startTag' /><xsl:attribute name="name"><xsl:value-of select='practiceResponseId' /></xsl:attribute><xsl:attribute name="Value"> <xsl:value-of select='response' /></xsl:attribute><xsl:value-of select='Questions/closeTag' /></td> [/code] this way I can render the question …

Member Avatar for guruward
0
98
Member Avatar for sri22

I have a web app that allows user to upload doc or docx files and converts it to HTML. I have CFMX 7 in a unix environment. Is there a custom tag that I could use for this conversion? I tried the cfx_word2html tag .. it converts .doc not docx. …

0
58
Member Avatar for suse17

Hi, We All know how to create a Table in html, pretty simple: I was looking to create a trapezium, parellogram or some other odd figure. I was just wondering whether I have to use the table tag with some special/extra attributes to create trapezium or is it some different …

Member Avatar for suse17
0
104
Member Avatar for genieuk

Hi, I basically have user profile pages. The text box people can of course type things, like about me etc. i am using css and not sure what i do to correct the problem. If a user for example type text it auto goes on next line when they reach …

Member Avatar for MidiMagic
0
133
Member Avatar for Mapper99

Hi there, I have a web page that looks different in Firefox than in IE. Here is the page: [url]http://www.laudontech.com/exhibitfloorplans[/url] The specific things I find odd are: 1. Divs with "For more information..." text shows up on 3 lines in Firefox, 4 lines in IE. 2. There seems to be …

Member Avatar for MidiMagic
0
136
Member Avatar for shanthu

hi, I am developing a site which contains 2 menus which contain hover images,and change buttons, background images etc and so i decided to pre-load all images. What i did is given below: [code] <img src="images/green-over/about_green_hover.png" alt="" title="" class="preload_hover" /> <img src="images/green-over/branches_green_hover.png" alt="" title="" class="preload_hover" /> <img src="images/green-over/contact_green_hover.png" alt="" title="" …

Member Avatar for essential
0
60
Member Avatar for coolmind259

Hi Guys, I want to convert an HTML document into PDF document. Then user can download a pdf document by clicking on the link. Actually I have a page where Dynamic data is being displayed, I want that data to be converted to PDF document , so the users can …

Member Avatar for chrishea
0
86
Member Avatar for Ries

Not sure where to put this as it contains HTML, Javascript and PHP and I can't figure out which one is the problem but because the problem is with an empty POST request I put it here, sorry if that is wrong. [code] <form action="?do=submit" method="post"> <input id="number" readonly="readonly" style="width:7em;"/><br …

0
47
Member Avatar for Lib Auth

Hello there, I have this script which I have edited and altered, to create a demo of what I want (the original coming from Dynamic Drive). Is there a way to achieve this in CSS? Thank you, Regards, Grant

Member Avatar for Airshow
0
101
Member Avatar for jaiprakash15

Dear Friends, am working on a project where i have to convert the HTML file to a PDF file. am using tidy and fop methods for converting. am not good at XSL style sheet. when i try to run the program by giving the input file (39.html) to ma program …

0
93
Member Avatar for pipotribe007

Hi, please help me... I am trying to place a table right after a paragraph in my blogspot.com site. The problem is a huge space appeared between the two (the paragraph and the table). How can I solve this one? You can check the page at [url]http://www.peterpaulnavarro.blogspot.com/[/url] Thanks you so …

Member Avatar for essential
0
216

The End.