I saw a website using below syntax to listen to the event from an activeX control, I am wandering where I can find the reference for the definition of the "for" and "event" keywords in "script" element? Is it W3C standard?
<script language="javascript" type="text/javascript" for="DopvsPlugInCtrl" event="NotifyLocalPort(localport)">
...
Hello All,
I have two simple HTML divs one contains flash movie and another div contains simple text now my problem is that i have to put textual div onto the flash movie div what i am doing is setting the position of both divs to Absolute in CSS and setting the Z-Index of flash movie div to 1 and Z-Index of textual div to 2 but the text...
how can i overlay html elements over flash ?
...
Hello,
I have two text box in html ie:
<input type="text" value="" id="a" name="a" />
<input type="text" value="" readonly="true" id="b" name="b" />
Now if i enter only a number in element id "a" then the product of inserted number by 2 will be appear in element id "b".
Like:
While i m typing a number let say 11 in element "a"
then ...
Edited the tag and body, to make it clear for newbies ..
Is there anyway (in CSS) to avoid the underline for the text and links introduced in the page .. ?
...
Hi, so I'm wondering if this is possible.
I've got this concept where I have a small tilable texture used as a background. Is it set to repeat at both x and y.
In my Photoshop design I've just added a shadow layer on top which goes from 100% transparent and down to about 40% transparent in a grayish color. Which together with the back...
I have a classifieds website, and I have currently around 100thousand ads in a mysql table.
I am using php to fetch results and to display them on a page.
However, I am noticing the searches getting slower and slower.
That is why I am planning on installing and using SOLR, as I have heard good things about it.
But to my suprise, I have...
In my Chrome I am getting these warnings:
Resource interpreted as stylesheet but transferred with MIME type text/plain.
Resource interpreted as script but transferred with MIME type text/html.
pngResource interpreted as image but transferred with MIME type text/plain.
Why should I care? Or what is the probability that there is a brows...
Hi all,
do you have any idea how to export html/xml/json data into PowerPoint format in php?
Tanks in advance
...
I have a table with a few rows...
I select a row and click on modify and I should be able to make all the cell of that row editable...
how does one do to make a cell editable in javascript?
Is it better to use Jquery and how ?
...
I'm trying to write a simple a JS function which randomly rotates the background-image of a CSS block per 1 second.
I want to add the name of the block and the number of images from paramaters, so the function can be as flexible as possible and a I can call multiple instances of it on one page.
The problem is that I get 'nameofparamter u...
Can we freeze the Columns in JQGRID.
...
NOT SURE ABOUT THIS:
I think we cannot embed python code in html like we do with PHP, JSP
I have a piece of code I am trying to tamper with.
PAGE = urllib.unquote_plus("%3C%21doctype+html+public+%22-%2F%2FW3C%2FDTD+HTML+4.01%2F%2FEN%22+%22http ........
When I view source in the html file, I can see it being neatly displayed. But I am...
I need to align an inner div with the bottom of an outer div.
My code looks like this:
<div class="myOuterDiv">
<div class="div1 floatLeft"> Variable content here </div>
<div class="div2 floatRight"> <img class="myButton" src="" /> </div>
</div>
The content of 'div1' may vary, making the height of the outer div to vary.
How c...
I am little bit tired for now (out of coffee), so I am unable to figure this out.
When I set p.style.width = auto (the blue one), why is its width at 100%? None of the elements have their width set to 100%, so I doubt it's inherited property.
How can I set the <p>'s width to match its content width plus padding?
Sample page: http://el...
Hi,
I currently have two Ruby selects: one for categories and the other one for subcategories. As you may anticipate, the second one has to update itself every time the first one changes.
For example, if I select from the first one the category "Sports", the second select should load all the sports.
How can I handle that "index change...
i m using m.s.acess databse.it contain customer table with field(cno,cname,balance). i have a listbox in first form.it displays all customer name.by selecting the customer i get customerno primary key for customer table.second form contain datageigview.i want to display that perticular customer's detail in that datagridview.please help m...
I've already seen lots of posts on the site for RTF to HTML and some other posts talking about some HTML to RTF converters, but I'm really trying to get a full breakdown of what is considered the most widely used commercial product, open source product or if people recommend going home grown. Apologies if you consider this a duplicate qu...
Hi,
can anyone start me off with regard to converting some XML to HTML. I've worked on XSLT conversions before, but never from scratch, and I seem to be missing something.
Starting with XML that's something like this:
<order name="fred" value="123.45">
<lines>
<line description="foo" value="123"/>
<line description="bar" val...
This is strange, but I have a web form in one of my sites that uploads files correctly on Windows browsers but not on Mac browsers and I'm pretty confident it has to do with the Enctype. I've stripped the form down to it's bare parts (pretty awkward...) and still no luck.
Here's the form header:
<form ENCTYPE='MULTIPART/FORM-DATA' MET...