Click here to Skip to main content
15,884,537 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWebService with desktop application ( C#.NET) Pin
Member 1051082218-Nov-12 6:36
professionalMember 1051082218-Nov-12 6:36 
AnswerRe: WebService with desktop application ( C#.NET) Pin
n.podbielski18-Nov-12 20:18
n.podbielski18-Nov-12 20:18 
QuestionLoading web site within another website Pin
weinerschizel13-Nov-12 14:03
weinerschizel13-Nov-12 14:03 
AnswerRe: Loading web site within another website Pin
n.podbielski13-Nov-12 21:46
n.podbielski13-Nov-12 21:46 
GeneralRe: Loading web site within another website Pin
weinerschizel14-Nov-12 11:54
weinerschizel14-Nov-12 11:54 
GeneralRe: Loading web site within another website Pin
n.podbielski14-Nov-12 12:08
n.podbielski14-Nov-12 12:08 
GeneralRe: Loading web site within another website Pin
weinerschizel14-Nov-12 12:25
weinerschizel14-Nov-12 12:25 
GeneralRe: Loading web site within another website Pin
n.podbielski14-Nov-12 12:38
n.podbielski14-Nov-12 12:38 
It is possible. Try setting style of iframe
JavaScript
$('iframe').css({
'position':'absolute',
'top':'0px',
'left':'0px',
'height':'100%',
'width':'100%'
});

I am not sure about syntax. It's be a while since I manipulated styles with jQuery, so better check it with documentation.
But this should work. Basicly it's setting left-top corner of frame to left-top corner of window, and force iframe to take all available window space.
I did not try this with iframe but I guess this should work like with any other html element.
No more Mister Nice Guy... >: |

AnswerRe: Loading web site within another website Pin
Richard Deeming14-Nov-12 2:04
mveRichard Deeming14-Nov-12 2:04 
GeneralRe: Loading web site within another website Pin
weinerschizel14-Nov-12 7:33
weinerschizel14-Nov-12 7:33 
GeneralRe: Loading web site within another website Pin
Richard Deeming14-Nov-12 7:42
mveRichard Deeming14-Nov-12 7:42 
AnswerRe: Loading web site within another website Pin
Zamshed Farhan15-Jan-13 4:27
Zamshed Farhan15-Jan-13 4:27 
Questionfunction like evernote web clipper Pin
crayben12-Nov-12 22:35
crayben12-Nov-12 22:35 
AnswerRe: function like evernote web clipper Pin
Richard MacCutchan12-Nov-12 23:10
mveRichard MacCutchan12-Nov-12 23:10 
GeneralRe: function like evernote web clipper Pin
crayben12-Nov-12 23:22
crayben12-Nov-12 23:22 
GeneralRe: function like evernote web clipper Pin
Richard MacCutchan12-Nov-12 23:42
mveRichard MacCutchan12-Nov-12 23:42 
GeneralRe: function like evernote web clipper Pin
crayben13-Nov-12 0:55
crayben13-Nov-12 0:55 
GeneralRe: function like evernote web clipper Pin
Richard MacCutchan13-Nov-12 1:06
mveRichard MacCutchan13-Nov-12 1:06 
GeneralRe: function like evernote web clipper Pin
crayben13-Nov-12 1:14
crayben13-Nov-12 1:14 
GeneralRe: function like evernote web clipper Pin
Richard MacCutchan13-Nov-12 1:16
mveRichard MacCutchan13-Nov-12 1:16 
QuestionPass the executive result of Java Web Start to the launch Web page Pin
zwgdft8-Nov-12 19:26
zwgdft8-Nov-12 19:26 
QuestionStarting unit testing with MVC Pin
jchalfant8-Nov-12 7:24
jchalfant8-Nov-12 7:24 
Generalcall and start orchestration shape using file adapter in biztalk server 2010? Pin
sangeetha m5-Nov-12 20:17
sangeetha m5-Nov-12 20:17 
QuestionI can not get data from url when use method post paramater using php. because page use token. please help me Pin
aa_zz5-Nov-12 15:09
aa_zz5-Nov-12 15:09 
QuestionHow to generate alphanumeric auto increment id in mysql Pin
Deepthi.214562-Nov-12 1:01
Deepthi.214562-Nov-12 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.