Hi,

I have done one application. From main xml files i have called other
pages using below code

// Callback that displays the current datetime whenever a
// tab is clicked.

function callback1(tabId) { // Glitter Text
_gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
framespacing='0' width='100%' height='821' marginheight='0'
marginwidth='0' noResize scrolling='no' src='file.html' />";
}
function callback2(tabId) { // Bubble Note
_gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
framespacing='0' width='100%' height='821' marginheight='0'
marginwidth='0' Resize scrolling='no' src='file.html' />";
}
function callback3(tabId) { // Teddy Bear
_gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
framespacing='0' width='100%' height='821' marginheight='0'
marginwidth='0' Resize scrolling='no' src='file.html' />";
}
function callback4(tabId) { // Birthday
_gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
framespacing='0' width='100%' height='821' marginheight='0'
marginwidth='0' noResize scrolling='no' src='file.html' />";
}

But the problem is that in right sidebar one scrollbar is coming. Is
there any way to fix it?

--

You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en.


Reply via email to