Possible To Identify A Mobile Device??
Aug 14, 2006Just wondering if anyone knows if it is possible to identify if a user is accessing a web page with a device suc as a blackberry?
View 5 RepliesJust wondering if anyone knows if it is possible to identify if a user is accessing a web page with a device suc as a blackberry?
View 5 RepliesWe run a click and sales tracking solution for our advertisers and as such we are having a few issues with browser compatability for certian sites that are ont eh Magento platform. Essentially we are just trying to create an image call in javascript that uses a few pre-populated variables from the checkout process.
So teh issue we are having doesn't seem to be broser specific. We are trying to simplify the javascript call to ensure we have the highest possible chance of compatiablity. Obviously now with so many differnt browsers and also mobile devide connectivity this is making things even harder. We know that our javascript calls are failing as we've been monitoring our IIS logs and can see the image calls are being made with blank variables. There are 3 different elements to our checkout calls that maybe you guys have experience of with possible issues or fixes:
1. unescape function
2. onload event function for images
3. creating images dynamically
these are very basic elements of the javascript core but aout 5-10% of our calls are failing with blank variables being passed into the image call. So the questions is what elements of our call will be the possibel sources of failure?
[Code]....
The very simple code (below) works fine in Safari (and Chrome, Firefox etc.), but it doesn't work in Mobile Safari. Why?(You can find a working example at: http:[url]....)
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>[code]......
Im trying to design something that would be intuitive for the user to
represent rotating something. Think along the lines of rotating an
image a specific amount of degrees. The obvious choice is to have the
user input CW or CCW and the number of degrees but i would rather
present something graphically and let them manipulate that, then in JS
determine the rotation.
The only thing i have been able to come up with right now is something
along the lines of the iPod click wheel with a dot at the top. As it is
clicked and dragged it spins, but the problem is i dont know if this is
possible in just JS / HTML, i don't want to use flash.
I'm making an HTML5 web app which can use on both android and iOS devices. Here I want to use a scrollview with y direction paging and "data-scroll = yp" work for me. But here I'm experiencing an issue with device orientation change.So inportrait mode when we seeing 2nd page, scrollview offset is -768 and it is ok. But here if we rotate the device to landscape mode, then to see the complete page scrollview offset should be -1024. But still it is remaining in -768. So we have to give some touch movement to jump it to correct position.Actually this is a huge bug for scrollview and I tried a lot to fixed this. I bind a method with orientation change in scrollview widget and that method can not access other properties in the widget.
View 1 Replies View Relatedi want to know if its possible to update a page based on some information we recieve from a device which a client will have.the simple issue is that a client device will be sending me some values by making a request along with some parameter values. i have to recieve the request, get the values and update the information on the web page.i don't know if the get() and post() function can be used in any way.. they are supposed to send request.if I don't find a solution using jquery, i will be forced to use a servlet, but then again, i have to somehow update the page directly, i can't save the data anywhere and read it. because, one thing is the data is critical and other thing is that i will get data every 5 seconds.
View 3 Replies View RelatedFor my Dreamweaver program I want to update to the latest version so I can build within it, but I'm confused as to what are the latest versions of jquery.mobile-min.js and jquery.mobile-min.css. The site has 1.0 as the latest stable build. But Dreamweaver's third-party folder (the place that houses jQuery mobile scripts) has 1.0a3 for the css and 1.5 for the mobile.min file. I was told by Adobe that they do not update jQuery scripts when updating their program. I think that's a mistake, myself. Whether it is or not, it sure would be useful now.
View 1 Replies View Related<script language=javascript>
function getSelText()
{
var txt = '';
[code]....
how do i identify the frames?.. document.getSelection(); and window.getSelection() only work for the frame the code is on. how do i change these getSelection(); for specific frame? i tried copying code to top frame but doesn't work. i tried changing to this but no success
parent.link_frame.getSelection
I use named anchors to take users to specific parts of a long page. But I
want to add some processing and do some things with my nav bar when users go
to certain sections delineated by named anchors. I understand that the
anchors array creates an element for each anchor in the page when the page
is loaded, but how do I identify which anchor is currently being viewed?
Here's some pseudo code:
if (document.anchors.name == "section_B") {
then do this or that
}
But what do I test to determine the current anchor name?
What about using id's instead of names? Can the anchors array return
anchors created with id's as well as names? Would this be of any benefit?
Have had a look around at some galleries/menus etc and if anyone was able to tell me the plugin TBWA might have used on their website?
View 4 Replies View RelatedI have jsp1.jsp with an iframe iframe1.jsp within. Once the http session is expired any page is redirected to a logout1.jsp page.
If the iframe1.jsp was loaded and httpsession expired the logout1.jsp is displayed inside the iframe .... but I want it to be displayed on the full screen.
My idea is to check once loading the logout1.jsp if it is inside an iframe and to reload it's parent. I tried following lines within the logout.jsp. It worked well, but caused an infinite loop ...
if (window.parent != null )
window.parent.location.reload();
I guess it is not the correct way to check if a window is within an iframe...
I have a div that is identified by a class name of .thumbs, and Inside this div are numerous thumnail images.
I was hoping to be able to click on any one of the images and pass back information, such as image src, to a function for some type of processing. The problem is that there are many thumbails and adding an id to each would be very arduous and not very dynamic.
I'm having a hard time wrapping my head around the logic needed to solve this problem.
Does anyone have any ideas?
i m trying to write a code to identify macros in a word document using
c#,also if any macro exist i want to delete those from doc file using
c#
I have 3 buttons on the page and each has type of submit.So how we can identify on other page which one button is clicked?
View 4 Replies View RelatedI have a form with multiple SELECT drop-down menus. Each menu can submit the form using the onChange function. How can I determine which of the drop-down menus was used to submit the form? Example:
<form method="post" enctype="multipart/form data" action="submit.php">
<select name="one" onChange="submit()">
<option value="1">1st choice</option>
[code]....
The following javascript coding is used in a "select a city" dropbox.
I made a submit button. I want the button to redirect the page to "page1.html". "page1.html" will be a webpage with events located in Auburn, Alabama, United States.
My submit button:
Here is my function:
Right now my button doesn't recognize if i select "Auburn", so it never sends me to "page1.html". Can someone please help me write the correct if statement?
The best way to describe what im trying to accomplish is with a code
snippet. Im using the free .NET ajax library.
<script language='javascript'>
function proc1()
{
myFunc("MyCodeBehind.MyAjaxProc");
}
function myFunc(procName)
{
procName("My Parameter", processMyFunc);
}
function processMyFunc(response)
{
// Process response from the server
}
</script>
So im essentially invoking an Ajax function , but I cant explicitly use
the name of it like so
MyCodeBehind.MyAjaxProc("My Parameter", processMyFunc);
That line would work fine. Clearly though, this doesnt work
var procName = "MyCodeBehind";
procName("My Parameter", processMyFunc);
$("#mask").ajaxStart(function () {
mask.load();
}).ajaxStop(function() {
mask.unLoad();
});
This code is executed in many places with different purposes, how could I identify which $. ajax AjaxStart's coming?
What I'm trying to do here should be simple and I suspect that I'm just overlooking something basic but I'm overlooking it. If you can tell me what I'm not seeing here, I'll be most grateful. This is the associated HTML code. Two statements to be rated from 1 to 10 using radio buttons.
<tr>
<td width="25"><strong>A</strong></td>
<td width="210">A statement is here</td>
<td width="21"><input type="radio" name="SI_QA" id="SI_QA_1" value="1" /></td>
(total of 10 lines like this)
[Code]...
I have a form that I am validating all fields. I successfully completed the Javascript functions for that...the problem is that within this validation I need to check if a specific selection was made within a radio group (array) and if , let's say "Yes" was selected, then another radio group would not be required. Code:
View 1 Replies View RelatedI'm designing a website and I would like to add a certain class to a navigation element based on the document title. I currently have the following javascript. The nav elements have separate ids (the About Us nav element has the id="about" and so on)
<code>
window.onload=function(){
var docTitle = document.title;
var about = document.getElementById("about");
var advising = document.getElementById("advising")
[Code]...
The problem seems to be that the if statement is true whether or not the document.title ="about" or anything else, (if I remove the return, both about us and advising elements have their class changed.
My CMS generates forms in a specific way, and I need to change the way validated fields are selected. I'm using the validation plugin: It identifies form fields that have the "required" class. My CMS generates required elements like this:
<div class="required"><input /></div>
I was hoping this can be easily changed in the plugin syntax, but I can't find any reference to such a change (to select the required fields using this selector: ".required input"[where input is any form element])
I'm basically making a form for a class and have to make it so the user can enter their mailing address or e-mail. I can make the Javascript identify errors such as missing fields, but I wan't the purpose of my radio buttons to be so that the user does not have to enter all fields depending on which radio button they select. Here is all of the code I have so far, in a basic sense that this will identify missing fields.
<html>
I'm using classes because I can't seem to get ID's to work, but the main problem is that doing it the following way makes the page skip directly to my confirmation page without ever checking the fields, so no error messages appear. This is a general sense of what I'm trying to achieve:
function validateForm()
I think more what I'm looking for is the syntax to identify the radio button status.
I'm having a problem in identifying the current element. I have a for loop, within which i'm creating a 'TD' and then a 'A' (anchor). I have added an eventListener (onclick event) to the <a>, which invokes a method. The problem is i'm unable to identify on which <a> the user has clicked. extracted code:
Code:
for(i=0; i < count; i++)
{
....
....
var td2=document.createElement('TD');
// Add title
var title = document.createElement("a");
[Code]...
I having a hard time to know how to present checkboxes injava script.
If you take a look here :
If you notice, each checkbox has a different id than the other. how i represent them in javascript or get them together as one for one id. also, how do i represent them in mysql. As you know in simple html form, the checkboxes has one id.
Have someone experience with javascript programming on windows mobile. the event.keycode will not work.
View 3 Replies View Related