A web page or webpage is a document or information resource that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a monitor or mobile device.
-2
votes
0answers
24 views
why this script isn't working well?
guys what's the problem here i tricked the script to see if it works by making US for the UK box and UK of the US box but i still get the US box though tried it with a US pc :/
ps : file 0,1 and 2 are ...
1
vote
1answer
30 views
how i can attach country identification script to my signup page and make if statments?
i made a group box of three countries us,uk,ca of their states so the problem i don't know how to make the page show the apropreiate groupbox of states to the signer (i mean when a signer is from ...
-1
votes
0answers
8 views
Insert a text box to search in page? (Not edit, find) [closed]
Please delete this. I found what I was looking for.
0
votes
1answer
22 views
How to find related pages without querying inside a loop?
I'm having an issue with a site I'm programming. Things are a bit slow on a site section where I have pages and child pages.
I've got a lot of mySQL queries specifically at this section, there are ...
0
votes
0answers
17 views
How to maintain a agile styles for different kind of pages in Jekyll? Dynamic style generation?
There are several different kinds of pages in my Jekyll blog, and I want to design a personalized style for each kind of page.
However, there are not much differences between styles, basically they ...
-2
votes
0answers
32 views
html java script button fucntion
<div align="center">
<title> Surfers Paradise Beach Party Planner </title>
</head>
<body>
<h1> Surfers Paradise Beach Party Planner </h1>
...
0
votes
0answers
17 views
Fill up multiple columns from QueryTable
I have a queryTable that fetches text from a web-url. It returns values in the form:
"col1","col2"
"val1","val2"
"val3","val4"
"val5","val6"
The above is plain text, returned from ...
0
votes
1answer
20 views
How-to do Google search input form transaction position: from center to top
I am asking this question after spending more than 10 days ,looking for information in books, youtube tutorial for php , mysql, javascript , jquery ..and not able to get an answer or some feedback how ...
0
votes
0answers
52 views
javascript: how to use different parameters?
I am supposed to make a variable description of a product using parameters. How do I make a function tell the parameters apart?
Parameter example:
buildProduct('HP 4426', '4426','Newest and Best ...
0
votes
2answers
13 views
Test a webpage without having downloaded its resources yet
Each time I want to test a webpage that I modified, let's say I added or changed the source of an image, the browser loads that image from that page for the first time, and then when I keep refreshing ...
0
votes
1answer
18 views
Is there any reasonably easy way to provide and stream .avi and .wmv videos on web browser?
Is there any reasonably easy way to provide .avi and .wmv videos on webpages and later stream the videos directly off the web browser?
I realize there might have been similar questions asked around ...
0
votes
0answers
12 views
.htaccess delete the trailing slash
When I created my website I wanted a url with the three "w" without a trailing slash so I did the following in my .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.es
RewriteRule (.*) ...
2
votes
2answers
44 views
how to write internal jquery code in master page using asp.net?
this could be an easy question but i couldn't do it.
i am using the following code in the header of the master page but it didn't working also when i place it in the other web page that are inherited ...
0
votes
2answers
33 views
Displaying webpages without webview
Actually i want to displaying webpages with proxy in it, i have problem using webview. Is there any other way beside webview to displaying webpages in android? like httpclient or httpurlconnection? ...
3
votes
2answers
60 views
How to Know if I'm accessing html page from web or mobile
Is there any way I can find out wether I am accessing an html page from a Mobile (Smartphone, Tablets) device or my Laptop ? I have a local html page and I need a javascript function to do different ...
2
votes
1answer
65 views
How to unselect a text for a textfield?
When I make my search form return from a search and display the result, the text query in the textfield is marked as if it were selected text but I don't want it selected:
Fiddle
1) What's the ...
1
vote
1answer
28 views
Which API Maps should I use?
I am creating a webpage that includes maps for my software engineering thesis. The page will include following features:
Show a specific location and save it to a database;
Showing different roads ...
0
votes
2answers
37 views
Using PHP to call python script [duplicate]
I have the following PHP code that I want to use to call a python script (ring.py)
<?php echo '<p>Hello World</p>';
$output = exec('python ring.py');
?>
The program ...
0
votes
0answers
52 views
HTML in XE3 firemonkey Project
How can I use any control (in Delphi XE3) like webpage control (in delphi 7) ??
To display some texts and images ..
or any other ideas (richbox, wordpad ... )
0
votes
0answers
22 views
How to display pdf files page by page in a webpage
I have many pdf files. I want to show each one page by page or some sampl in my site without allowing user to save or download pdfs.
I have done before for another project by convert pdf pages to ...
0
votes
0answers
58 views
How to show hijri calendar in CalendarControl in Asp.Net
I have a web page, using Asp.Net 4.0.
I have two calendar controls first for Georgian Calendar and second for hijri Calendar.
How can i show Hijri calendar in CalendarControl2 without changing my ...
0
votes
3answers
47 views
Android - Parse text from website
I have webpage with this simple text, which is changeable.
<html><head><style type="text/css"></style></head><body>69766</body></html>
I need parse ...
-1
votes
2answers
48 views
how to make a webpage to get different image base on url enter
i know i could make 100 similar html pages for 100 images like this:
www.example.com/1.html
www.example.com/2.html
www.example.com/3.html
but how and what do i use to make it like this:
...
-7
votes
0answers
42 views
how to know the specific program executing on windows c++ [closed]
i'm writing KeyLogger.exe as a homework, this homework specific the webpage to log the key strokes. for example i set it logs only Facebook.com and user opens Google.com then the program won't log the ...
-1
votes
1answer
35 views
Loading and running an external webpage
I have been asking this question in different places but couldn't get a real answer.
Here is the problem:
Let say I have a web page which is going to serve like google. I mean it will use google at ...
-1
votes
2answers
21 views
How to make it so 2 people can video the same page live
I use the term live loosely. I mean by live is to view the same exact thing happening at the same time and exactly the same. If one person does one thing on the page, it will show on the other user as ...
0
votes
0answers
11 views
Add a splash image to web page
I have a web page which has lots of images and so it loads a bit slower. What I would like to do is show a splash screen for as much time as it takes to load the web page. It is possible to show a ...
0
votes
2answers
45 views
How do you import simple data from a webpage using Javascript
The problem I have run into seems like it has a simple answer. I want to have my website do the simple task of grabbing a piece of text from a webpage.
I basically want my code to look like...
var ...
-1
votes
0answers
31 views
Develop chrome extension for capturing any part of web page without losing styles & formatting
i am developing a chrome extension to clip a web page content(not in image format).
with possible ways i have tried with pageCapture chrome API in MHTML standard format.
...
0
votes
0answers
23 views
Android - How to scale web pages to fit A4 or LETTER sizes?
I am writing a small printing application. I intend to support web-printing. Can someone please tell me how I can tinker with the webview content (or screen image) to fit a4 or letter sizes? When the ...
0
votes
3answers
28 views
Image Hovering On Webpage
I'm trying to make a chat image hover on the webpage without any luck. You can view what I want it to do by going to Longo Toyota's website here. http://www.longotoyota.com
The chat image hovers over ...
0
votes
2answers
58 views
how to select more than one row with same value in one column in mysql?
I'm trying to make a comment system using PHP and MySQL. I have made a table named "comment" which stores the details--
id | date |product_id | user_name | email_id | comment
| ...
-1
votes
1answer
11 views
Aligning a div to the center in CSS
So my code, in the body section:
<div style="width:154px; height:77px;background-image:url('resources/images/logoanim.gif')"></div>
The image is stuck on the top left of the page.
How ...
0
votes
3answers
44 views
Develop “You are tring to download files too quickly” in my webpage
I have a web page (HTML, php, javascript) with some direct download links.
I would like to block users that are clicking all these download links in a short time.
I would like something like that:
1) ...
0
votes
1answer
38 views
How to call a script from webpage served by apache
I am trying to create a webpage form that when submitted, it would call a filebot script (or any program in Unix with a large list of parameters". When I run this command from the Unix prompt, it ...
-6
votes
0answers
37 views
Is there any tutorial or frame work for generating a web page like http://www.thevine.com.au/ [closed]
I am kind of new to webpage, sorry for the innocence.
But I was wondering if anybody can tell me what this style of webpage is called? On www.thevine.com.au
(It must have a name right?)
More ...
0
votes
2answers
37 views
How do I modify a .html file to give hardcoded inputs to input fields every time?
I want to access my Powerschool (powerschool.avon.k12.ct.us), and I find the need to type in my password and username every time rather tedious. To try and fix this I downloaded the page's source in ...
0
votes
1answer
12 views
Java show OAuth webpage
I am developing a Java desktop application and need to access the LinkedIn API. In order to do this, the user has to login on the webpage that LinkedIn sends me back. But how can I easily integrate ...
0
votes
0answers
6 views
Listen again file choosing
I'm honorary webmaster for a community radio station. We now have a listen again page on the website - is there coding for a simplistic "choose the programme you want to listen to again" selector, a ...
0
votes
1answer
49 views
Whats the best way to print a dynamic table in javascript?
I am using DataTables.net library but I don't like their print output (Instead, I would like to format my own printable table that looks different from the style of the data-table, but keep the ...
0
votes
2answers
40 views
Stop wide image from producing horizontal scrollbar
On a webpage I have a wide image, which should take up the right 50% of the screen. It appears as I want it to, but it produces an unwanted horizontal scroll bar. I don't want the image to scale down, ...
0
votes
0answers
24 views
sharepoint publishing page, cant get layouts
I am having some issues when trying to create a publishing page on my SharePoint.
I'm working on a console application, because I don't want to deploy every now and then, it takes too long.
Here is ...
1
vote
1answer
39 views
Can multiple WT application run on the same webpage?
so recently I asked a question to see if Can multiple WT applications run on same port? and the answer was a yes, (+1 to Jorge Núñez for that awesome answer). However, now I am trying to take his ...
-2
votes
0answers
30 views
Compare tool for web page changes [closed]
I want to use webpage monitoring tools which can keep track of changes to webpage. I want to monitor some webpages of websites for changes occurred in that pages and also changes in any files linked ...
-1
votes
0answers
10 views
How to download JSP dynamic webpage [closed]
I'm trying to download some dynamic JSP webpage, to be able to use it offline, as I don't have internet in my workplace.
The webpage is this:
...
-1
votes
2answers
29 views
How to move text along with the browser
I'd like to figure out how I can get my text to move along with the browser. Right now my site looks like this: http://simplysweet.shukuya.com/test/. The divs are absolute, but I've tried relative, ...
0
votes
2answers
70 views
Use website source code in Android application [closed]
I would like to read and parse the source code of a web-page in order to extract some content. This content will be used inside an Android application without actually loading the web-page in a ...
0
votes
0answers
20 views
displaying a snapshot image of a webpage from asp.net solution - client only options?
I have a requirement where I create a webpage, but want to only display an image of that webpage rather than all the html and text, etc.
I'm currently using iecapt.exe from my own servers - and while ...
0
votes
1answer
18 views
In a razor project what is the differrence between Content Page, Empty Page and Web Page Razor
I am new to Web Pages and have just started learning it.. After creating a new Razor website, when I click on add new item I get multiple options of the items I can add. Those are:
Layout ...
1
vote
2answers
89 views
how to display a pagesource of a website?
By using Jsoup i am displaying the page source, but it is not giving the total page source of a page,it omits some tags.
So is there are any other ways to get page source by using java?
Is there ...




