<form action="mail.php" method="post" target="_blank">
<textarea name="mess" cols="50" rows="5"></textarea>
<input name="send" type="submit" value="Send">
</form>
After pressing the button "submit", brouwser will open a new window with some text like "OK, your messagw sent to our mailbox".
Can I make this "new" window NOT full...
Hello all,
This is a technical question regarding browser limitations for parsing and sorting JSON.
We are looking at performing a clustering algorithm on large data sets (potentially 50k rows, potentially 10 fields per row) that are returned from a query and displayed to users in a table, 25 rows per page, and sortable on all fields...
Is there a way in javascript to obtain the names of all fonts (or font-families) that the browser can show? (I want to give the user a dropdown with a list of all available fonts, and allow the user to choose a font.)
I'd prefer not to have to hardcode this list ahead of time or send it down from the server. (Intuitively, it seems like...
Hi,
Can someone describe in details what is the path from the moment I type an address on the browser box to the moment I see the internet page.
...
In the Javascript for a Firefox extension, you can call gBrowser.getBrowserForTab but there is no gBrowser.getTabForBrowser. So I wrote my own and it works, and I'm just curious if there's any reason I shouldn't be doing this, or if there's anything wrong with the code. The following is in my init method that gets called when the window ...
Like the title says, I am thinking about developing my own browser for Android devices.
My first thought is to know what kind of possibilities I have, before I begin creating my software architecture. Are there any (open?) Browser Engines you could include into your library and reuse them?
(There are some unknown browsers in the Android...
Hello,
I use a screenshot tool like SnagIt and this tool is able to make a screenshot of a specific element inside a website. I tried this feature with firefox, safari and ie, all runs fine. When I use the mouse pointer to aim an element, SnagIt shows a red box around the hovered element in the browser. For example, this tool knows the ...
I have an Xulrunner app that loads fullscreen without any controls and loads a html page by default. The only thing it has is browser element and a popup menu visible on right click.
In the popup menu there is option to quit. Then there is a menu entry 'theme2'. I want the browser to load another html when theme2 is clicked.
This is my...
Browsers can resize images based on the attributes you specify.
However I imagine most resizing is done server side, preferably prior to the request. With the speed of current CPUs and for the sake of simplicity and possibly bandwidth saving, is it ever acceptable to leave image resizing to the browser?
...
I have a website running here temporarily.
Now it is accessible by both PC and mobile. How do I restrict it to only mobile. If accessed on PC it should not show anything. But if using a mobile, it should allow.
Thanks in advance!
...
Browser post profile using PHP
This is with reference to
http://stackoverflow.com/questions/859652/convenient-applications-for-browser-post-and-browser-artifact-saml-profiles
I want to implement browser post using PHP. How can I achieve this. Shibboleth modules provides server post profile. How can this be tweaked.
Thanks
Regards,
...
Will Firefox 4, Chrome 6 and IE9 secure this security hole where user history can be accessed with js?
http://www.niallkennedy.com/blog/2008/02/browser-history-sniff.html
...
This is more of a technical question than a help question. I'm not interested in knowing if I should trim() my input.
Are there any user agents (browsers) that add whitespace to text sent over HTTP? I'm wondering in some cases if trim() is necessary (aside from users adding whitespace) because I've never actually seen a browser add anyt...
When on android default browser long press on the back key opens the history tab. Is there a way to open my own app instead of the history tab by similar user action?
...
This is a strange one that I cannot see to figure out. I have a basic mobile site that is coded in ASP.NET MVC (really shouldn't matter in this case but just to put it out there)
When I browse to the specific page, I receive the following error.
This page contains the following errors:
error on line 56 at column 43: EntityRef: expect...
What's the simplest way in Silverlight to detect the user is not active?
i.e. no mouse input and keyboard input for a period of time.
I tried monitoring the mouse events, keyboard events and the focus events of the root visual but it doesn't seem enough.
For example, a popup window may be open and these events won't reach the root visua...
I have an mp3 on an apache server. I want it to be downloaded as a file when a user visits the link. Instead quicktime, or google chromes media player will try and stream it.
Is there a fix for this with headers? Or is the only option so 'right click save as'?
Edit Here is my header. Safari has stopped streaming, but chrome contines to...
Does a browser download JS files if the user has JS disabled?
I'm wondering if the browser downloads the JS files and ignores them or ignores the download all together.
Do different browsers act differently in this case?
Edit:
I asked a follow up question to this question here.
...
Hi, I would like to create a desktop application in Java & web technologies. The main reason for selecting Java is that it is free, open source, and hence our investment would be minimal and we would save lots of investment with respect to licensing costs, etc. Also, the main reason for selecting web technologies is because our current p...
So currently IE7 can only handle 2 simultaneous images from a single domain, hence domain sharding. What does the future hold for domain sharding, will new browsers that can handle more connection render it unneccessary?
...