I want to send email with an image attachment but the image must not be hosted on the server. I will attach the image show it in my html e-mail (with img src...). Is it possible?
i have put a browse button in my html form. with the help of it i just want to get only the file path not the file itself. for ex: if i browse to "D:\Raghu\hgg" all i want is the path itself, not the "hgg" folder. is it possible? any hint is very much appreciated.
Hi,
I have a web page, normal no fuzz or weird stuff. And I want to trap that page inside an html frame when a user clicks on a given link.
The thing is i don't want to reload the page. Some kind of dynamic DOM trickery seems the way to go, but to no avail in my tests.
If anyone has any ideas it would be great!
Thanks
Today, I have looked into HTML code of facebook.com, and found something like this:
<input type="hidden" value="€,´,€,´,?,?,?" name="charset_test"/>
It's repeated two times inside the <form>...</form>.
Any idea what this code might be useful for - some kind of server-side client charset detection? As far as I know, browser charset is being transmitted in HTTP request anyway (an "Accept-Charset" header).
Hi,
I have an HTML file which is linked to CSS file and also to JavaScript file.
Is JavaScript executed first and then the CSS is applied, or vice versa ?
Is there any way to change the order ?
Thanks !
Hi every Body ..
I want to write javaScrpit code ..
that would be to when I close the current HTML page, display alert msg Like"Are U Sure ? "
and I want to take the value of button for the alert masg .. whatever user was pressed
can you Tell me .. How to make this code ?
Thank you so much ..
Does anyone have a no JavaScript way to make HTML checkbox still submit a value? As in if you check it the form submission will include a value A but if it is uncheck it still contains a value B?
While I figure there isn't any way, I'm working on a site which needs to still be function when JS is off, and this would be ideal.
I have a site whose menu is functioning incorrectly in IE6, and only IE6.
A live preview of the site can be seen here.
The HTML & CSS are too long to post here but please view the source and the CSS.
I have implemented conditional comments and the IE6 Update jQuery plugin. Neither work.
I have created a HTML table which has a function written in javascript that takes the value of the cursors position within a large table cell and then prints the value into a cell.
How would i go about printing the value in a tooltip instead of a table cell?
How can I (using jquery or other) insert html at the cursor/caret position of my contenteditable div:
<div contenteditable="true">Hello world</div>
For example, if the cursor/caret was between "hello" and "world" and the user then clicked a button, eg "insert image", then using javascript, something like <img src=etc etc> would be inserted between "hello" and "world". I hope I've made this clear =S
Example code would be greatly appreciated, thanks a lot!
I'm trying to put together a static html website with full navigation. In other words, I want the user to click some links and images and actually be taken to another page. I'm a developer so I know how to do this in frameworks like ASP.Net MVC and grails. However, for this particular case, I just want to quickly mock up the UI and provide simple navigation so I can do some user testing. Can anyone advice on how to do this?
Thanks,
Afternoon, I am trying have an HTML file containing a frameset which contains two frames. I have populated the left Frame with a URL containing a TreeView with URL's for the nodes.
I would like the to be able to select a URL from the treeview in the left hand frame, and have it set the src of the right hand frame to be that URL.
Is that possible?
Thanks
I am developing a website and sometimes the browsers keeps loading, and I would like to know exactly what's making it load for so long. It gets stuck kindof.
So I wonder if there is any application or way to check what is getting loaded onto the page, so I can see what element or object it gets stuck on?
The website uses php/javascript/mysql and html
I'm processing bad-formated HTML pages with JTidy. I am only interested in fixing a specific set of tags, for example . Is there anyway to tell JTidy to focus on only those tags?
Is there any way to add some custom font on website without using images, flash or some other graphics. For example, I was working on some wedding website, and I was found a lot of nice fonts for that subject, but I can't find the right way to add that font on the server, and how to include that font with css into the html. Is this possible to do without graphics?
hi there,
i got a question when i come across the HTML 4.01 DTD:
in the strict DTD, a element is defined as
<!ELEMENT P - O (%inline;)* -- paragraph -->
but somewhat i thought is a block-level, and all(maybe almost) user agents define as a block-level.
so, i just wondering, is a block-level or inline-level element.
thx.
Hey, I have the following function on an onClick call:
function addComment() {
jQuery.noConflict()
jQuery('head').append('<link rel="stylesheet" media="screen" type="text/css" href="colorbox/colorbox-images.css" />'); //this doesn't add correctly.
jQuery.fn.colorbox({inline:false, href:'boxes/add-comment.html'});
return false;
};
However, the STYLESHEET append line doesn't seem to initialise properly. Screenshots below:
Hello, I have html-file. I have to replace all text between this: [%anytext%]. As I understand, it's very easy to do with BeautifulSoup for parsing hmtl. But what is regular expression and how to remove&write back text data?
It's about html/css/javascript menu ;)
I am looking for unified solution to hide extra tabs of horizontal/tabbed menu when it overflows it's container.
The initial idea plagiarized from firefox tabs workflow, i.e. when you have too much tabs it will wrap extra ones into collapsible dropdown button "List all tabs".
I am thinking to play with overflow:auto in conjunction with javascript, but is there anything like this already implemented or maybe some better idea?
Thanks.
I have an image of a floor plan. Best way to think if it is a hotel floor plan.
(Similar to how stubhub does their ticket maps)
I want the user to select rooms. Instead of slicing each room in Photoshop, is there a way to split up the image in HTML5 canvas or Javascript. Would like to avoid flash.
Thanks for the responses!
example:
http://adamsaewitz.com/housing/housing.html
(top left rooms, hover)
This is FF plugin
http://www.pixelperfectplugin.com/
Pixel Perfect is a Firefox/Firebug extension that allows web developers and designers to easily overlay a web composition over top of the developed HTML.
Read more: http://pixelperfectplugin.com/how-to-use/walkthrough/#ixzz0eOfezx1N
How to get mockup image behind all div like this plugin does.? this tool only shows design behind layout only on firefox and i want to see on all browser.
I want to write JavaScript code that would, when I close the current HTML page, display an alert message like "Are you sure?"
I want to take the value of the button from the alert message, whatever the user pressed. How can I do this?
Hello,
I'm trying to find a html (or maybe flash) table template with rich ui features. I googled it, but couldn't find something that has a rich ui, also looked through jquery, still no luck. Before going any deeper search, I believe someone may have suggestions for me.
Thanks.